summaryrefslogtreecommitdiffstats
path: root/mail/sentinel/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-21 02:26:08 +0000
committerijliao <ijliao@FreeBSD.org>2002-09-21 02:26:08 +0000
commit64e2ce4ab053a0f304635f8d80f99a683d20976a (patch)
treef61d8a53839dee2c536ff9872bc60b44d64ea292 /mail/sentinel/Makefile
parent63ccbfcac6df250032f3f0f7a5ee06cd34119e6d (diff)
downloadFreeBSD-ports-64e2ce4ab053a0f304635f8d80f99a683d20976a.zip
FreeBSD-ports-64e2ce4ab053a0f304635f8d80f99a683d20976a.tar.gz
add sentinel 1.2b
Sentinel is a sendmail milter API implementation PR: 38085 Submitted by: Peter Hollaubek <fifteen@inext.hu>
Diffstat (limited to 'mail/sentinel/Makefile')
-rw-r--r--mail/sentinel/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile
new file mode 100644
index 0000000..0008441
--- /dev/null
+++ b/mail/sentinel/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: sentinel
+# Date created: 14 May 2002
+# Whom: Peter Hollaubek <fifteen@inext.hu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sentinel
+PORTVERSION= 1.2b
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= smfilter
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_REINPLACE= yes
+MAKEFILE= Makefile.FreeBSD
+ALL_TARGET= sentinel
+
+post-patch:
+ @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/${MAKEFILE}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sentinel ${PREFIX}/sbin
+ @${MKDIR} ${PREFIX}/var/sentinel
+ ${CHOWN} smmsp.smmsp ${PREFIX}/var/sentinel
+ ${INSTALL_SCRIPT} ${FILESDIR}/000.sentinel.sh ${PREFIX}/etc/rc.d
+ ${INSTALL_DATA} ${WRKSRC}/sentinel.cf.SAMPLE ${PREFIX}/etc/sentinel.cf.dist
+
+post-install:
+ @${STRIP_CMD} ${PREFIX}/sbin/sentinel
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud