aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2011-11-23 06:27:48 +0800
committerbrooks <brooks@FreeBSD.org>2011-11-23 06:27:48 +0800
commit5c8bd92b5657b92dc6f549992cb032c89b1d64b4 (patch)
tree3004a8259bd9927b07a51f5d885e89f5f186bc86 /www
parent9b31e9124cd7403bddce94a0f3c5c850f5b8bd2b (diff)
downloadfreebsd-ports-gnome-5c8bd92b5657b92dc6f549992cb032c89b1d64b4.tar.gz
freebsd-ports-gnome-5c8bd92b5657b92dc6f549992cb032c89b1d64b4.tar.zst
freebsd-ports-gnome-5c8bd92b5657b92dc6f549992cb032c89b1d64b4.zip
Add a postfix specific slaveport for trac-email2trac to simplify the
lives of pkg using postfix users. Requested by: bz Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/trac-email2trac-postfix/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index c020eddc760a..15c9946bcecd 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1780,6 +1780,7 @@
SUBDIR += trac-down
SUBDIR += trac-downloads
SUBDIR += trac-email2trac
+ SUBDIR += trac-email2trac-postfix
SUBDIR += trac-estimator
SUBDIR += trac-fivestarvote
SUBDIR += trac-fullblog
diff --git a/www/trac-email2trac-postfix/Makefile b/www/trac-email2trac-postfix/Makefile
new file mode 100644
index 000000000000..710a61805774
--- /dev/null
+++ b/www/trac-email2trac-postfix/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: trac-email2trac-postfix
+# Date created: 21 Nov 2011
+# Whom: Brooks Davis <brooks@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -postfix
+
+WITH_POSTFIX= yes
+
+MASTERDIR= ${.CURDIR}/../trac-email2trac
+
+.include "${MASTERDIR}/Makefile"