summaryrefslogtreecommitdiff
path: root/net-mgmt/wifimgr/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2009-11-22 22:19:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2009-11-22 22:19:10 +0000
commita07fbb40b92a97313488a4e232abc00e5dcb5402 (patch)
tree3cd71288ad89a57e123ae20274d858645f7b9b24 /net-mgmt/wifimgr/Makefile
parentUpdate to 0.12.6. (diff)
Add wifimgr 1.0.1, wiFi Networks Manager.
PR: ports/140473 Submitted by: J.R. Oldroyd <fbsd at opal.com>
Notes
Notes: svn path=/head/; revision=244667
Diffstat (limited to 'net-mgmt/wifimgr/Makefile')
-rw-r--r--net-mgmt/wifimgr/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile
new file mode 100644
index 000000000000..305888bf2e7f
--- /dev/null
+++ b/net-mgmt/wifimgr/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: wifimgr
+# Date created: 2009 November 10
+# Whom: J.R. Oldroyd <fbsd@opal.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wifimgr
+PORTVERSION= 1.0.1
+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
+
+MAN8= wifimgr.8
+
+NO_CDROM= uses copyrighted icons
+
+.include <bsd.port.mk>