summaryrefslogtreecommitdiffstats
path: root/net/gnome-nettool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r--net/gnome-nettool/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile
deleted file mode 100644
index 8eca864c6..000000000
--- a/net/gnome-nettool/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: gnomenetwork
-# Date Created: 03 June 2003
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net/gnome-nettool/Makefile,v 1.39 2007/08/14 22:25:31 mezz Exp $
-#
-
-PORTNAME= gnome-nettool
-PORTVERSION= 2.20.0
-PORTEPOCH= 1
-CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-nettool/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= gnome-nettool-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A GNOME utility that provides network information statistics
-
-USE_XLIB= yes
-USE_BZIP2= yes
-USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils
-USE_GMAKE= yes
-USE_GETTEXT= yes
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CFLAGS+= -DHAVE_SOCKADDR_SA_LEN
-
-post-install:
- ${MKDIR} ${PREFIX}/share/pixmaps
- ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \
- ${PREFIX}/share/pixmaps/gnome-nettool.png
-
-.include <bsd.port.mk>