c9e8eab7bf
- RESTRICTED is no longer required Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# New ports collection makefile for: wifimgr
|
|
# Date created: 2009 November 10
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wifimgr
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= net-mgmt sysutils
|
|
MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= ehaupt
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
COMMENT= WiFi Networks Manager
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11
|
|
USE_GNOME= gtk20 pkgconfig
|
|
INSTALLS_ICONS= yes
|
|
|
|
CFLAGS+= -DWITHOUT_NLS
|
|
|
|
MAN8= wifimgr.8
|
|
|
|
.include <bsd.port.mk>
|