2013-09-03 08:36:41 +02:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2004-01-03 09:29:37 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-05-28 17:10:51 +02:00
|
|
|
PORTNAME= gnome-nettool
|
2015-09-04 12:43:19 +02:00
|
|
|
PORTVERSION= 3.8.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
|
2015-09-04 12:43:19 +02:00
|
|
|
DIST_SUBDIR= gnome3
|
2004-01-03 09:29:37 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-04-26 00:52:11 +02:00
|
|
|
COMMENT= GNOME utility that provides network information statistics
|
2004-01-03 09:29:37 +01:00
|
|
|
|
2015-09-04 12:43:19 +02:00
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
2014-04-26 00:52:11 +02:00
|
|
|
LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop
|
2009-04-10 07:56:28 +02:00
|
|
|
|
2015-09-04 12:43:19 +02:00
|
|
|
USE_GNOME= gtk30 intlhack libxml2:build
|
|
|
|
USES= gettext gmake libtool pathfix pkgconfig tar:xz
|
2006-10-14 10:35:50 +02:00
|
|
|
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
|
2014-04-26 00:52:11 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2004-01-03 09:29:37 +01:00
|
|
|
|
2015-09-04 12:43:19 +02:00
|
|
|
GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${OPSYS} == DragonFly || (${OPSYS} == FreeBSD && ${OSVERSION} > 1000000)
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/dig:${PORTSDIR}/dns/bind-tools
|
|
|
|
.endif
|
2004-01-03 09:29:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|