summaryrefslogtreecommitdiff
path: root/mail/namg/Makefile
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-02-14 13:50:14 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-02-14 13:50:14 +0000
commit7f283613c6a19764bf7446a5b3ec3a0deac6da6e (patch)
treeead46dd753951ae0e375873aa84d1124ee3f567f /mail/namg/Makefile
parentUpdate to mod_perl-1.25. (diff)
New Port: mail/namg
NAMG is a small program that downloads mail from a NetAddress account and forwards it to your local mail spool. PR: 23998 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes: svn path=/head/; revision=38334
Diffstat (limited to 'mail/namg/Makefile')
-rw-r--r--mail/namg/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/namg/Makefile b/mail/namg/Makefile
new file mode 100644
index 000000000000..5382acaba97c
--- /dev/null
+++ b/mail/namg/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: NAMG
+# Date created: 1 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= namg
+PORTVERSION= 0.2.8
+CATEGORIES= mail
+MASTER_SITES= http://www.zip.com.au/~gsymonds/NAMG/
+DISTNAME= NAMG-${PORTVERSION}
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+
+MAN1= namg.1
+
+.include <bsd.port.mk>