blob: 1a5faac5b3baf4c1a7b912316337e1459a94d771 (
plain) (
tree)
|
|
# New ports collection makefile for: gnomenetwork
# Date Created: 03 June 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
#
PORTNAME= gnome-nettool
PORTVERSION= 3.0.0
PORTEPOCH= 1
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME utility that provides network information statistics
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
CONFLICTS= gnome-nettool-2.[0-9]*
LATEST_LINK= gnome-nettool3
USE_BZIP2= yes
USE_GNOME= gnomehack intlhack gnomeprefix gtk30 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
GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml
.include <bsd.port.mk>
|