summary refs log tree commit diff
path: root/irc/scooper/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-30 19:12:10 +0000
committerJune McEnroe <june@causal.agency>2021-09-30 19:12:10 +0000
commit97eb0074b135b2636d84ff503988e3d76803ddcc (patch)
treeb7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /irc/scooper/Makefile
parentUpdate catsit to 1.4 (diff)
downloadports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz
ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'irc/scooper/Makefile')
-rw-r--r--irc/scooper/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/irc/scooper/Makefile b/irc/scooper/Makefile
deleted file mode 100644
index 1f9df37..0000000
--- a/irc/scooper/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-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 <bsd.port.mk>