From 4cd92f7de83f8992cfd210d4d1dffca620089a45 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 10 Aug 2020 16:29:01 +0000 Subject: Add litterbox port --- irc/litterbox/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 irc/litterbox/Makefile (limited to 'irc/litterbox/Makefile') diff --git a/irc/litterbox/Makefile b/irc/litterbox/Makefile new file mode 100644 index 0000000..d41308a --- /dev/null +++ b/irc/litterbox/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= litterbox +DISTVERSION= 1.5 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/litterbox/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= Full-text search IRC logger + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ + libtls.so:security/libretls + +USES= pkgconfig + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/litterbox \ + bin/scoop \ + bin/unscoop \ + etc/rc.d/litterbox \ + man/man1/litterbox.1.gz \ + man/man1/scoop.1.gz \ + man/man1/unscoop.1.gz + +post-install: +.for b in litterbox scoop unscoop + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} +.endfor + +.include -- cgit 1.4.1