diff options
author | June McEnroe <june@causal.agency> | 2022-02-15 03:55:40 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-15 03:55:40 +0000 |
commit | 4d363e809b63b74ac3583e5fb6a87e6878e8efeb (patch) | |
tree | 10e25170f3e650cc3132b0bcfd583eccf9c5abe7 /FreeBSD/irc/catgirl/Makefile | |
parent | FreeBSD: Remove cgit-causal-agency port (diff) | |
download | ports-4d363e809b63b74ac3583e5fb6a87e6878e8efeb.tar.gz ports-4d363e809b63b74ac3583e5fb6a87e6878e8efeb.zip |
FreeBSD: Remove catgirl port, upstreamed
Diffstat (limited to 'FreeBSD/irc/catgirl/Makefile')
-rw-r--r-- | FreeBSD/irc/catgirl/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/FreeBSD/irc/catgirl/Makefile b/FreeBSD/irc/catgirl/Makefile deleted file mode 100644 index 48bf7e6..0000000 --- a/FreeBSD/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> |