From 97eb0074b135b2636d84ff503988e3d76803ddcc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Sep 2021 19:12:10 +0000 Subject: Move FreeBSD ports under FreeBSD directory --- FreeBSD/irc/scooper/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 FreeBSD/irc/scooper/Makefile (limited to 'FreeBSD/irc/scooper/Makefile') diff --git a/FreeBSD/irc/scooper/Makefile b/FreeBSD/irc/scooper/Makefile new file mode 100644 index 0000000..1f9df37 --- /dev/null +++ b/FreeBSD/irc/scooper/Makefile @@ -0,0 +1,26 @@ +PORTNAME= scooper +DISTVERSION= 1.3 +CATEGORIES= irc +MASTER_SITES= https://git.causal.agency/scooper/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= Web interface for litterbox + +LICENSE= AGPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/lib/libkcgi.a:www/kcgi \ + ${LOCALBASE}/lib/libkcgihtml.a:www/kcgi + +USES= pkgconfig + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/scooper \ + man/man1/scooper.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scooper + +.include -- cgit 1.4.1