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/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile
index d20778b0e..a3ca80bb4 100644
--- a/net/gnome-nettool/Makefile
+++ b/net/gnome-nettool/Makefile
@@ -1,25 +1,22 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/net/gnome-nettool/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom: ports/trunk/net/gnome-nettool3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-nettool
-PORTVERSION= 2.32.0
-PORTREVISION= 2
+PORTVERSION= 3.2.0
PORTEPOCH= 1
CATEGORIES= net gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME utility that provides network information statistics
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
-CONFLICTS= gnome-nettool-3.[0-9]*
-
-USE_BZIP2= yes
-USE_GNOME= intlhack gnomeprefix libglade2 gconf2 gnomedocutils
-USES= gettext gmake pathfix pkgconfig
+USE_XZ= yes
+USE_GNOME= intlhack gnomeprefix gtk30 gnomedocutils
+USES= gettext gmake pathfix
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
@@ -27,9 +24,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -DHAVE_SOCKADDR_SA_LEN
-post-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
- ${LN} -sf ${STAGEDIR}${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \
- ${STAGEDIR}${PREFIX}/share/pixmaps/gnome-nettool.png
+GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml
.include <bsd.port.mk>