From a44e20f4b39843b7fb3449dcddb1238bb2bde77f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 8 Mar 2021 23:36:03 +0000 Subject: Add bubger port --- mail/bubger/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mail/bubger/Makefile (limited to 'mail/bubger/Makefile') diff --git a/mail/bubger/Makefile b/mail/bubger/Makefile new file mode 100644 index 0000000..05e9033 --- /dev/null +++ b/mail/bubger/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= bubger +DISTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= https://git.causal.agency/bubger/snapshot/ + +MAINTAINER= june@causal.agency +COMMENT= IMAP archive generator + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libtls.so:security/libretls + +USES= iconv pkgconfig +CFLAGS+= -I${ICONV_PREFIX}/include +LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man + +PLIST_FILES= bin/bubger \ + man/man1/bubger.1.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bubger + +.include -- cgit 1.4.1