aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2011-11-19 08:50:22 +0800
committercy <cy@FreeBSD.org>2011-11-19 08:50:22 +0800
commitd0898c36672f9729aaa6ea4bf0f8831e2cae609a (patch)
tree26c5b1028efb2d5ad99527a03d5ebc56d21db38c /security
parentba4016cdbb8ab02ca3cee73f1a900b94c6999158 (diff)
downloadfreebsd-ports-gnome-d0898c36672f9729aaa6ea4bf0f8831e2cae609a.tar.gz
freebsd-ports-gnome-d0898c36672f9729aaa6ea4bf0f8831e2cae609a.tar.zst
freebsd-ports-gnome-d0898c36672f9729aaa6ea4bf0f8831e2cae609a.zip
Adjust -devel bits for use in -devel version of this port.
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r--security/fwbuilder/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
index fbc312ffacb2..8baf4e8b41a9 100644
--- a/security/fwbuilder/Makefile
+++ b/security/fwbuilder/Makefile
@@ -10,20 +10,19 @@ DISTVERSION= 5.0.0
PORTVERSION= ${DISTVERSION}
CATEGORIES= security
BUILD= 3568
-DEVEL= no
-.if defined(DEVEL) && ${DEVEL} == yes
-MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-5.0/build-${BUILD}/
-PKGNAMESUFFIX= -devel
+# XXX in developement version of this port: PKGNAMESUFFIX= -devel
+.if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == -devel
+MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-5.0/current_build/
PORTVERSION= ${DISTVERSION}.b${BUILD}
.else
MASTER_SITES= SF/${PORTNAME}/Current_Packages/${PORTVERSION}
-DISTVERSIONSUFFIX= .${BUILD}
.endif
+DISTVERSIONSUFFIX= .${BUILD}
MAINTAINER= cy@FreeBSD.org
COMMENT= Firewall Builder GUI and policy compilers
-.if defined(DEVEL) && ${DEVEL} == yes
+.if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == -devel
CONFLICTS= fwbuilder-[234].* fwbuilder-devel-[234].* \
libfwbuilder-[234].* libfwbuilder-devel-[234].*
.else