diff options
author | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
commit | 97eb0074b135b2636d84ff503988e3d76803ddcc (patch) | |
tree | b7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /irc/pounce-notify/Makefile | |
parent | Update catsit to 1.4 (diff) | |
download | ports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip |
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'irc/pounce-notify/Makefile')
-rw-r--r-- | irc/pounce-notify/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/irc/pounce-notify/Makefile b/irc/pounce-notify/Makefile deleted file mode 100644 index 245b339..0000000 --- a/irc/pounce-notify/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= pounce-palaver -DISTVERSION= 2.5 -CATEGORIES= irc -MASTER_SITES= https://git.causal.agency/pounce/snapshot/ -DISTNAME= pounce-${DISTVERSION} - -MAINTAINER= june@causal.agency -COMMENT= Generic notifications for pounce - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE - -LIB_DEPENDS= libtls.so:security/libretls - -USES= pkgconfig - -WRKSRC_SUBDIR= extra/notify - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man - -PLIST_FILES= bin/pounce-notify \ - man/man1/pounce-notify.1.gz - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pounce-notify - -.include <bsd.port.mk> |