summaryrefslogtreecommitdiff
path: root/mail/smtpd/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 22:26:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 22:26:24 +0000
commite50718976d0ce40887de9ce89deff8bdaad14ab9 (patch)
treeba3ff7a79f3c522e70eb21e529aa76ed52549c6b /mail/smtpd/Makefile
parentUpdate MASTER_SITES (diff)
2012-10-20 misc/voltcraft304: No more public distfiles
2012-10-20 misc/thailocale: No more public distfiles 2012-10-20 misc/flyway: No more public distfiles 2012-10-20 mail/zabit: No more public distfiles 2012-10-20 mail/wbl: No more public distfiles 2012-10-20 mail/smtpd: No more public distfiles 2012-10-20 mail/bulk_mailer: No more public distfiles Feature safe: yes
Notes
Notes: svn path=/head/; revision=306405
Diffstat (limited to 'mail/smtpd/Makefile')
-rw-r--r--mail/smtpd/Makefile51
1 files changed, 0 insertions, 51 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile
deleted file mode 100644
index 70934f5a6ea7..000000000000
--- a/mail/smtpd/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# Ports collection makefile for: smtpd
-# Date created: 06 Feb 1998
-# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
-#
-# $FreeBSD$
-#
-
-PORTNAME= smtpd
-PORTVERSION= 2.0
-PORTREVISION= 4
-CATEGORIES= mail security
-MASTER_SITES= http://www.netsw.org/net/ip/firewall/proxy/smtpd/
-
-PATCH_SITES= ftp://ftp.42.org/pub/OLD/p/ \
- ftp://ftp.cdpa.nsysu.edu.tw/BSD/NetBSD/packages/distfiles/
-PATCHFILES= patch-smtpd-2.0-RBL.gz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-USE_RC_SUBR= smtpd
-SUB_FILES= pkg-message
-SPOOLBASE?= /var/smtpd
-PLIST_SUB+= SPOOLBASE=${SPOOLBASE}
-SUB_LIST+= SPOOLBASE=${SPOOLBASE}
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
- @${ECHO_CMD} "Creating spool directories..."
- @${INSTALL} -d -o root -g uucp -m 710 ${SPOOLBASE}
- @${INSTALL} -d -o uucp -g uucp -m 700 ${SPOOLBASE}/mqueue
- @${INSTALL} -d -o root -g uucp -m 710 ${SPOOLBASE}/etc
-.if !defined(BATCH)
- @${INSTALL_DATA} /etc/resolv.conf ${SPOOLBASE}/etc
- @${INSTALL_DATA} /etc/localtime ${SPOOLBASE}/etc
-.endif
- @${ECHO_CMD} "Copying examples..."
- @${INSTALL_DATA} ${WRKSRC}/antirelay_check_rules_example \
- ${SPOOLBASE}/etc/antirelay_check_rules.example
- @${INSTALL_DATA} ${WRKSRC}/antispam_check_rules.example ${SPOOLBASE}/etc
- @${INSTALL_DATA} ${WRKSRC}/smtpd_check_rules.example ${SPOOLBASE}/etc
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>