diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 18:22:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 18:22:41 +0800 |
commit | 9448bf8a9893f033f4857b17e60990eaf05437f2 (patch) | |
tree | 35173dab2afafdac2c12b688bfc1f1397a7b8cfb /net-mgmt/wifimgr/Makefile | |
parent | 3d353e31abfcd08740e73294d90f9ba291e25502 (diff) | |
download | freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.tar.gz freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.tar.zst freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.zip |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
Diffstat (limited to 'net-mgmt/wifimgr/Makefile')
-rw-r--r-- | net-mgmt/wifimgr/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile index e23c4e95b220..3d877e19c9f2 100644 --- a/net-mgmt/wifimgr/Makefile +++ b/net-mgmt/wifimgr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wifimgr -# Date created: 2009 November 10 -# Whom: J.R. Oldroyd <fbsd@opal.com> -# +# Created by: J.R. Oldroyd <fbsd@opal.com> # $FreeBSD$ -# PORTNAME= wifimgr PORTVERSION= 1.10 @@ -15,12 +11,15 @@ MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \ MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager +USES= pkgconfig USE_BZIP2= yes USE_XORG= x11 -USE_GNOME= gtk20 pkgconfig +USE_GNOME= gtk20 INSTALLS_ICONS= yes -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else |