aboutsummaryrefslogtreecommitdiff
path: root/security/fwbuilder/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2008-11-25 18:59:19 +0000
committerCy Schubert <cy@FreeBSD.org>2008-11-25 18:59:19 +0000
commit1ebc1b9b052df5521764710d9888490746f16d43 (patch)
tree95ec3c1afc2390335d6e14daa371625e7c4ee334 /security/fwbuilder/Makefile
parent74052714004098802d554e4d9cda4b1a5b43123f (diff)
downloadports-1ebc1b9b052df5521764710d9888490746f16d43.tar.gz
ports-1ebc1b9b052df5521764710d9888490746f16d43.zip
Notes
Diffstat (limited to 'security/fwbuilder/Makefile')
-rw-r--r--security/fwbuilder/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
index 9fe30a0dcb93..a15dad9094d1 100644
--- a/security/fwbuilder/Makefile
+++ b/security/fwbuilder/Makefile
@@ -6,10 +6,14 @@
#
PORTNAME= fwbuilder
-PORTVERSION= 3.0.0
+PORTVERSION= 3.0.2
CATEGORIES= security
+.if defined(BUILD)
+MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-3.0/build-${BUILD}/
+.else
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/
MASTER_SITE_SUBDIR= fwbuilder
+.endif
MAINTAINER= cy@FreeBSD.org
COMMENT= Firewall Builder GUI and policy compilers
@@ -60,6 +64,7 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
post-install:
+ @${STRIP_CMD} ${PREFIX}/bin/fwbuilder
@${ECHO} If you are upgrading from a previous version of fwbuilder,
@${ECHO} please make sure to backup your fwbuilder database files
@${ECHO} prior to invoking fwbuilder for the first time.