summaryrefslogtreecommitdiff
path: root/mail/mailagent/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-29 03:26:48 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-29 03:26:48 +0000
commit9310542f0e67b003686b730d380803575d660c03 (patch)
treec1d06883e34e558d42843b9e15f088c2b4534d3e /mail/mailagent/Makefile
parentUpgrade, 1.6 -> 1.62. (diff)
A sophisticated mail processing program.
Notes
Notes: svn path=/head/; revision=3894
Diffstat (limited to 'mail/mailagent/Makefile')
-rw-r--r--mail/mailagent/Makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
new file mode 100644
index 000000000000..072f7b35c516
--- /dev/null
+++ b/mail/mailagent/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: mailagent
+# Version required: 3.0.44
+# Date created: 23 Sep 1996
+# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
+#
+# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $
+#
+
+DISTNAME= mailagent-3.0pl44
+PKGNAME= mailagent-3.0.44
+CATEGORIES+= mail
+MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
+
+MAINTAINER= max@FreeBSD.ORG
+
+RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+
+WRKSRC= ${WRKDIR}/mailagent-3.0
+
+NO_PACKAGE= "Correct FQDN needs to be hardcoded."
+IS_INTERACTIVE= yes
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= Configure
+CONFIGURE_ARGS= -dres \
+ -Dccflags='${CFLAGS} -D_HAVE_PARAM_H' \
+ -Dperlpath='/usr/local/bin/perl' \
+ -Dutmp='/var/run/utmp' \
+ -Dprefix='${PREFIX}' -Dmansrc='${PREFIX}/man/man1' \
+ -Dnotifypatches='false'
+INSTALL_TARGET= install install.man
+
+MANPAGES= edusers.1 mailagent.1 maildist.1 \
+ maillist.1 mailpatch.1 package.1
+# Note that mailhelp.1 is intentionally left uncompressed as it is referred
+# from several other man pages with .so macro.
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ @echo "Compressing man pages."
+ @for manpage in ${MANPAGES}; do \
+ gzip -9nf ${PREFIX}/man/man1/$$manpage ;\
+ done
+.endif
+
+.include <bsd.port.mk>