summaryrefslogtreecommitdiff
path: root/mail/vqadmin/Makefile
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2001-03-29 13:11:02 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2001-03-29 13:11:02 +0000
commitfda2495b95c659da2caa2f8e2f1b1750528896d7 (patch)
treecba17ff3f8826ff271868c6232b3f7d343b90b53 /mail/vqadmin/Makefile
parentUpdate to version 1.37c with the major notable of having all of Kreed's (diff)
Add vqadmin 1.4, a cgi-based Virtual Qmail Domains Administrator.
Diffstat (limited to '')
-rw-r--r--mail/vqadmin/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/vqadmin/Makefile b/mail/vqadmin/Makefile
new file mode 100644
index 000000000000..caf840b0ca9d
--- /dev/null
+++ b/mail/vqadmin/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: vqadmin
+# Date created: 29 Mar 2001
+# Whom: nbm
+#
+# $FreeBSD$
+#
+
+PORTNAME= vqadmin
+PORTVERSION= 1.4
+CATEGORIES= mail
+MASTER_SITES= http://www.vpopmail.cx/
+
+MAINTAINER= nbm@FreeBSD.org
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/www/cgi-bin.default/
+
+.include <bsd.port.mk>