diff options
author | June McEnroe <june@causal.agency> | 2021-05-27 17:27:42 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-27 17:27:42 +0000 |
commit | cf531982e14a11df1da600450166ace434b25220 (patch) | |
tree | 99fefe12140889d4bbc81ab8a67842a7a816126f /irc/pounce-notify/Makefile | |
parent | Update scooper to 1.2 (diff) | |
download | ports-cf531982e14a11df1da600450166ace434b25220.tar.gz ports-cf531982e14a11df1da600450166ace434b25220.zip |
Update pounce to 2.4
Diffstat (limited to '')
-rw-r--r-- | irc/pounce-notify/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/irc/pounce-notify/Makefile b/irc/pounce-notify/Makefile new file mode 100644 index 0000000..f19cdd8 --- /dev/null +++ b/irc/pounce-notify/Makefile @@ -0,0 +1,28 @@ +PORTNAME= pounce-palaver +DISTVERSION= 2.4 +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> |