summary refs log tree commit diff
path: root/mail/bubger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/bubger/Makefile')
-rw-r--r--mail/bubger/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/bubger/Makefile b/mail/bubger/Makefile
deleted file mode 100644
index 9f6d98f..0000000
--- a/mail/bubger/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME=	bubger
-DISTVERSION=	1.1
-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 <bsd.port.mk>