aboutsummaryrefslogtreecommitdiff
path: root/net/gkrellmwireless2/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 04:09:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 04:09:46 +0000
commitbeb48aec388dc56c23c6a6b2564636b3e30a414c (patch)
treef059245a89a8f9d0ac62a0e3a6fbfd1cac9b32b5 /net/gkrellmwireless2/Makefile
parent677bca02b1d5fd8c5603437ebaefd4159522c091 (diff)
New port: net/gkrellmwireless2
New port for gkrellmwireless2 similar to gkrellmwireless. Perhaps Jim Mock should be the maintainer for this port. PR: ports/50072 Submitted by: Sin Key Teck <ktsin@acm.org>
Notes
Notes: svn path=/head/; revision=90371
Diffstat (limited to 'net/gkrellmwireless2/Makefile')
-rw-r--r--net/gkrellmwireless2/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/gkrellmwireless2/Makefile b/net/gkrellmwireless2/Makefile
new file mode 100644
index 000000000000..3ddcabb9dc16
--- /dev/null
+++ b/net/gkrellmwireless2/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gkrellm-wireless
+# Date Created: 17 Mar 2003
+# Whom: KT Sin <ktsin@acm.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gkrellmwireless
+PORTVERSION= 2.0.2
+CATEGORIES= net
+MASTER_SITES= http://gkrellm.luon.net/files/
+
+MAINTAINER= ktsin@acm.org
+COMMENT= GKrellM wireless plugin
+
+BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
+RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
+
+WRKSRC= ${WRKDIR}/gkrellmwireless
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>