From 8ab9ee28ec1a6b68b8f687b5becebc35bbdbd2fb Mon Sep 17 00:00:00 2001 From: ijliao Date: Wed, 31 Jul 2002 18:52:14 +0000 Subject: add anubis 3.3.0 An outgoing mail processor --- mail/anubis/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 mail/anubis/Makefile (limited to 'mail/anubis/Makefile') diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile new file mode 100644 index 000000000000..f17a0c60fe90 --- /dev/null +++ b/mail/anubis/Makefile @@ -0,0 +1,43 @@ +# ex:ts=8 +# Ports collection makefile for: anubis +# Date created: Jul 31, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= anubis +PORTVERSION= 3.3.0 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ + pcre:${PORTSDIR}/devel/pcre \ + gnugetopt:${PORTSDIR}/devel/libgnugetopt + +USE_REINPLACE= yes +USE_OPENSSL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +MAN1= anubis.1 + +post-patch: + @${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h + @${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/anubis.sh > \ + ${WRKSRC}/anubis.sh + +.if !defined(NOPORTDOCS) +post-install: + ${INSTALL_SCRIPT} ${WRKSRC}/anubis.sh ${PREFIX}/etc/rc.d + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${DOCSDIR} + @${MKDIR} ${EXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} +.endif + +.include -- cgit