2013-09-03 08:36:41 +02:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2004-01-03 09:29:37 +01:00
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/net/gnome-nettool/Makefile,v 1.58 2010/09/28 09:03:44 kwm Exp $
|
2004-01-03 09:29:37 +01:00
|
|
|
|
2006-05-28 17:10:51 +02:00
|
|
|
PORTNAME= gnome-nettool
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 2.32.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 1
|
2009-04-13 19:32:07 +02:00
|
|
|
PORTEPOCH= 1
|
2004-01-03 09:29:37 +01:00
|
|
|
CATEGORIES= net gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
2004-01-03 09:29:37 +01:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2004-07-05 21:36:26 +02:00
|
|
|
COMMENT= A GNOME utility that provides network information statistics
|
2004-01-03 09:29:37 +01:00
|
|
|
|
2009-04-10 07:56:28 +02:00
|
|
|
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
|
|
|
|
|
2004-01-03 09:29:37 +01:00
|
|
|
USE_BZIP2= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils
|
2010-11-20 16:37:08 +01:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2013-09-03 08:36:41 +02:00
|
|
|
USES= gettext gmake pkgconfig
|
2006-10-14 10:35:50 +02:00
|
|
|
INSTALLS_OMF= yes
|
|
|
|
INSTALLS_ICONS= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-08-22 09:07:44 +02:00
|
|
|
CFLAGS+= -DHAVE_SOCKADDR_SA_LEN
|
2004-01-03 09:29:37 +01:00
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2004-07-05 21:36:26 +02:00
|
|
|
post-install:
|
2007-10-25 01:37:25 +02:00
|
|
|
${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \
|
|
|
|
${PREFIX}/share/pixmaps/gnome-nettool.png
|
2004-01-03 09:29:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|