summaryrefslogtreecommitdiff
path: root/mail/majordomo/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-20 01:39:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-20 01:39:22 +0000
commit6073bad6184b4b40eb77d2e688cfbf847d443c6d (patch)
tree40ed516ad30d08131b5a43084d5bafbe6d201ad3 /mail/majordomo/Makefile
parentPut "sudoers.sample" in the package and copy it to "sudoers" if the (diff)
Finally, the majordomo mailing list manager.
Submitted by: James FitzGibbon <james@nexis.net>
Notes
Notes: svn path=/head/; revision=3408
Diffstat (limited to 'mail/majordomo/Makefile')
-rw-r--r--mail/majordomo/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
new file mode 100644
index 000000000000..99c7f69b9732
--- /dev/null
+++ b/mail/majordomo/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: majordomo
+# Version required: 1.93
+# Date created: 8 Jul 1996
+# Whom: james@nexis.net
+#
+# $Id$
+#
+
+DISTNAME= majordomo-1.93
+CATEGORIES+= mail
+MASTER_SITES= ftp://ftp.greatcircle.com/pub/majordomo/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= james@nexis.net
+
+# Needs to create a user and group
+IS_INTERACTIVE= yes
+NO_PACKAGE= yes
+ALL_TARGET= default
+INSTALL_TARGET= install install-wrapper install-archive2
+
+post-install:
+ cp -p ${FILESDIR}/post-install-notes ${PREFIX}/majordomo/Doc
+
+.include <bsd.port.mk>