# Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= wifimgr PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= net-mgmt sysutils MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \ CRITICAL MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager USES= pkgconfig USE_BZIP2= yes USE_XORG= x11 USE_GNOME= gtk20 INSTALLS_ICONS= yes .include .if ${PORT_OPTIONS:MNLS} USES+= gettext pkgconfig PLIST_SUB+= NLS="" .else CFLAGS+= -DWITHOUT_NLS PLIST_SUB+= NLS="@comment " MAKE_ENV+= WITHOUT_NLS=${WITHOUT_NLS} .endif MAN8= wifimgr.8 .include