summaryrefslogtreecommitdiff
path: root/mail/sendmail-old
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendmail-old')
-rw-r--r--mail/sendmail-old/Makefile86
-rw-r--r--mail/sendmail-old/distinfo1
-rw-r--r--mail/sendmail-old/files/site.config.m47
-rw-r--r--mail/sendmail-old/files/site.config.m4.pre41
-rw-r--r--mail/sendmail-old/pkg-comment1
-rw-r--r--mail/sendmail-old/pkg-descr11
-rw-r--r--mail/sendmail-old/pkg-message29
-rw-r--r--mail/sendmail-old/pkg-plist12
8 files changed, 0 insertions, 148 deletions
diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile
deleted file mode 100644
index 2b6df19e5dac..000000000000
--- a/mail/sendmail-old/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# New ports collection makefile for: sendmail
-# Date created: 20 Apr 2000
-# Whom: dirk.meyer@dinoex.sub.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= sendmail
-PORTVERSION= 8.11.1
-CATEGORIES= mail
-MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-
-MAINTAINER= dirk.meyer@dinoex.sub.org
-
-NO_PACKAGE= "sendmail included in base system"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PLIST= ${WRKDIR}/.PLIST.more
-
-.if exists(/etc/mail/mailer.conf)
-pre-configure:
- ${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
- ${FILESDIR}/site.config.m4 >${WRKSRC}/devtools/Site/site.config.m4
-.else
-pre-configure:
- ${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
- ${FILESDIR}/site.config.m4.pre4 >${WRKSRC}/devtools/Site/site.config.m4
-
-PREFIX?= ${DESTDIR}/usr
-MANPREFIX?= ${DESTDIR}/usr/share
-.endif
-
-PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
-SENDMAIL= ${PREFIX}/sbin/sendmail
-
-MAN1= mailq.1 newaliases.1 vacation.1
-MAN5= aliases.5
-MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \
- mail.local.8 rmail.8
-
-pre-install:
- ${CAT} ${PKGDIR}/pkg-plist >${PLIST}
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC} && find cf -type f | \
- ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST}
- cd ${WRKSRC} && find -d cf -type d | \
- ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST}
-.endif
-
-# We want mail.local and rmail for our system.
-# the build install catmans only, we have to fix this.
-post-install:
- ( cd ${WRKSRC}/mail.local && ${MAKE} force-install )
- ( cd ${WRKSRC}/rmail && ${MAKE} force-install )
-.for i in ${MAN8}
- @${RM} -f ${MANPREFIX}/man/cat8/${i} ${MANPREFIX}/man/cat8/${i}.gz
- ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man8
-.endfor
-.for i in ${MAN5}
- @${RM} -f ${MANPREFIX}/man/cat5/${i} ${MANPREFIX}/man/cat5/${i}.gz
- ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man5
-.endfor
-.for i in ${MAN1}
- @${RM} -f ${MANPREFIX}/man/cat1/${i} ${MANPREFIX}/man/cat1/${i}.gz
- ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man1
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/sendmail
- @cd ${WRKSRC}; ${TAR} cf - cf |\
- (cd ${PREFIX}/share/sendmail; ${TAR} xf -)
-.endif
-.if exists(${DESTDIR}/etc/mail/mailer.conf)
- @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE}
-
-mailer.conf:
- ${SED} \
- -e "s=^sendmail[ ]*/.*$$=sendmail ${SENDMAIL}=" \
- -e "s=^send-mail[ ]*/.*$$=send-mail ${SENDMAIL}=" \
- -e "s=^mailq[ ]*/.*$$=mailq ${SENDMAIL}=" \
- -e "s=^newaliases[ ]*/.*$$=newaliases ${SENDMAIL}=" \
- ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new
- ${MV} ${DESTDIR}/etc/mail/mailer.conf.new ${DESTDIR}/etc/mail/mailer.conf
-.endif
-
-.include <bsd.port.mk>
diff --git a/mail/sendmail-old/distinfo b/mail/sendmail-old/distinfo
deleted file mode 100644
index 0cf3cf85dbdb..000000000000
--- a/mail/sendmail-old/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (sendmail.8.11.1.tar.gz) = 9118a555141493fb574a588d50f57215
diff --git a/mail/sendmail-old/files/site.config.m4 b/mail/sendmail-old/files/site.config.m4
deleted file mode 100644
index 6e8776bc7e70..000000000000
--- a/mail/sendmail-old/files/site.config.m4
+++ /dev/null
@@ -1,7 +0,0 @@
-define(`confEBINDIR',`%%PREFIX%%/libexec')
-define(`confMANROOT',`%%PREFIX%%/man/cat')
-define(`confMANROOTMAN',`%%PREFIX%%/man/man')
-define(`confMBINDIR',`%%PREFIX%%/sbin')
-define(`confSBINDIR',`%%PREFIX%%/sbin')
-define(`confUBINDIR',`%%PREFIX%%/bin')
-define(`confCCOPTS',`-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\"" -DPATH="\"/bin:/usr/bin\""')
diff --git a/mail/sendmail-old/files/site.config.m4.pre4 b/mail/sendmail-old/files/site.config.m4.pre4
deleted file mode 100644
index a1703e5f812f..000000000000
--- a/mail/sendmail-old/files/site.config.m4.pre4
+++ /dev/null
@@ -1 +0,0 @@
-define(`confCCOPTS',`-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\"" -DPATH="\"/bin:/usr/bin\""')
diff --git a/mail/sendmail-old/pkg-comment b/mail/sendmail-old/pkg-comment
deleted file mode 100644
index 6815e8e88ecb..000000000000
--- a/mail/sendmail-old/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Reliable, highly configurable mail transfer agent with associated utilities
diff --git a/mail/sendmail-old/pkg-descr b/mail/sendmail-old/pkg-descr
deleted file mode 100644
index 21e2ecf498f9..000000000000
--- a/mail/sendmail-old/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Sendmail implements a general purpose internetwork mail routing facility
-under the UNIX operating system. It is not tied to any one transport
-protocol - its function may be likened to a crossbar switch, relaying
-messages from one domain into another. In the process, it can do a limited
-amount of message header editing to put the message into a format that is
-appropriate for the receiving domain. All of this is done under the
-control of a configuration file.
-
-Sendmail is a trademark of Sendmail, Inc.
-
-WWW: http://www.sendmail.org/
diff --git a/mail/sendmail-old/pkg-message b/mail/sendmail-old/pkg-message
deleted file mode 100644
index 3182ce372cfa..000000000000
--- a/mail/sendmail-old/pkg-message
+++ /dev/null
@@ -1,29 +0,0 @@
-
----------------------------------------------------
-
-If you update your configuration from 8.9.x add the following to your
-'*.mc' file(s):
-
-MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl
-
-because mail.local is no longer installed set-user-id root. This is not
-needed if you are using FEATURE(`local_lmtp').
-
-To activate sendmail as your default mailer, call the target 'mailer.conf':
-
-$ make mailer.conf
-
-Your '/etc/mail/mailer.conf' should look like this:
-
-#
-# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
-#
-sendmail %%PREFIX%%/sbin/sendmail
-send-mail %%PREFIX%%/sbin/sendmail
-mailq %%PREFIX%%/sbin/sendmail
-newaliases %%PREFIX%%/sbin/sendmail
-
-You may also need to update /etc/rc.conf.
-
----------------------------------------------------
-
diff --git a/mail/sendmail-old/pkg-plist b/mail/sendmail-old/pkg-plist
deleted file mode 100644
index 9dad06e7a4bb..000000000000
--- a/mail/sendmail-old/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/hoststat
-bin/mailq
-bin/newaliases
-bin/purgestat
-bin/rmail
-bin/vacation
-libexec/mail.local
-libexec/smrsh
-sbin/mailstats
-sbin/makemap
-sbin/praliases
-sbin/sendmail