aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/etherape/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 05:39:16 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 05:39:16 +0000
commit48b2f551aed7b6f9e56b062dbccc425656695375 (patch)
tree6fc33cb0f5d4e355cdface7aa94578b28879fb6e /net-mgmt/etherape/Makefile
parentec8ffd70466190c9471e63643e703ff2d87d622a (diff)
downloadports-48b2f551aed7b6f9e56b062dbccc425656695375.tar.gz
ports-48b2f551aed7b6f9e56b062dbccc425656695375.zip
Notes
Diffstat (limited to 'net-mgmt/etherape/Makefile')
-rw-r--r--net-mgmt/etherape/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile
new file mode 100644
index 000000000000..1313acf494ec
--- /dev/null
+++ b/net-mgmt/etherape/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: etherape
+# Date created: 4 April 2001
+# Whom: Holger Lamm <holger@eit.uni-kl.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= etherape
+PORTVERSION= 0.5.7
+CATEGORIES= net gnome
+MASTER_SITES= http://prdownloads.sourceforge.net/etherape/ \
+ ftp://etherape.sourceforge.net/pub/etherape/
+
+MAINTAINER= holger@eit.uni-kl.de
+
+LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
+
+HAS_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
+MAN8= etherape.8
+
+.include <bsd.port.mk>