summary refs log tree commit diff
path: root/irc/catgirl/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/catgirl/Makefile
parentUpdate catsit to 1.4 (diff)
downloadports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz
ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'irc/catgirl/Makefile')
-rw-r--r--irc/catgirl/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/irc/catgirl/Makefile b/irc/catgirl/Makefile
deleted file mode 100644
index 48bf7e6..0000000
--- a/irc/catgirl/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PORTNAME=	catgirl
-PORTVERSION=	1.9a
-CATEGORIES=	irc
-MASTER_SITES=	https://git.causal.agency/catgirl/snapshot/
-
-MAINTAINER=	june@causal.agency
-COMMENT=	TLS-only terminal IRC client
-
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-USES=		compiler:c++11-lang ncurses pkgconfig ssl
-
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
-
-PLIST_FILES=	bin/catgirl \
-		man/man1/catgirl.1.gz
-
-.include <bsd.port.pre.mk>
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl
-
-.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl
-LIB_DEPENDS+=	libtls.so:security/libretls
-.endif
-
-.include <bsd.port.post.mk>