aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2007-08-22 13:45:09 +0000
committerMartin Matuska <mm@FreeBSD.org>2007-08-22 13:45:09 +0000
commit827425a650072ad7659f281939e35892c6a1685a (patch)
tree04b7f4def76b4de5c8d45e8555aace45c3b92de8 /mail/mailman/Makefile
parent003b7b6d4f0975e3bb9753e0b0e57609c2155e98 (diff)
downloadports-827425a650072ad7659f281939e35892c6a1685a.tar.gz
ports-827425a650072ad7659f281939e35892c6a1685a.zip
- Add patch with Slovak translation (OPTIONAL)
- Bump PORTREVISION PR: ports/114828 Submitted by: mm Approved by: jmelo (maintainer, private e-mail)
Notes
Notes: svn path=/head/; revision=198122
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r--mail/mailman/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 00d09813b87c..efc6a5e0f114 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mailman
DISTVERSION= 2.1.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.list.org/
@@ -24,6 +24,7 @@ OPTIONS= SENDMAIL "for use with sendmail" off \
POSTFIX "for use with postfix" off \
COURIER "for use with courier" off \
CHINESE "support for Chinese mailing lists" off \
+ SLOVAK "add Slovak translation" off \
HTDIG "htdig integration patches" off
HAS_CONFIGURE= yes
@@ -121,6 +122,14 @@ PLIST_SUB+= SUB_HTDIG=""
PLIST_SUB+= SUB_HTDIG="@comment "
.endif
+.if defined(WITH_SLOVAK)
+PATCH_SITES+= http://people.freebsd.org/~mm/mailman/patches/
+PATCHFILES+= sk-2.1.9-0.1.patch.gz
+PLIST_SUB+= SUB_SLOVAK=""
+.else
+PLIST_SUB+= SUB_SLOVAK="@comment "
+.endif
+
pre-fetch:
@${ECHO} ""
@${ECHO} "You may change the following build options:"