2004-01-03 09:29:37 +01:00
|
|
|
# New ports collection makefile for: gnomenetwork
|
|
|
|
# Date Created: 03 June 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 05:53:48 +01:00
|
|
|
# $MCom: ports/net/gnomenettool/Makefile,v 1.11 2005/10/04 03:12:16 ahze Exp $
|
2004-01-03 09:29:37 +01:00
|
|
|
#
|
|
|
|
|
2004-07-05 21:36:26 +02:00
|
|
|
PORTNAME= gnomenettool
|
2005-11-05 05:53:48 +01:00
|
|
|
PORTVERSION= 1.4.1
|
2004-07-06 07:34:49 +02:00
|
|
|
PORTEPOCH= 1
|
2004-01-03 09:29:37 +01:00
|
|
|
CATEGORIES= net gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-11-05 05:53:48 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-nettool/1.4
|
2004-07-05 21:36:26 +02:00
|
|
|
DISTNAME= gnome-nettool-${PORTVERSION}
|
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
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2
|
2004-01-03 09:29:37 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-07-05 21:36:26 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-01-03 09:29:37 +01:00
|
|
|
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
|
|
|
|
2004-07-05 21:36:26 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/gnome/pixmaps
|
|
|
|
${LN} -sf ${PREFIX}/share/gnome/gnome-nettool/pixmaps/gnome-nettool.png \
|
|
|
|
${PREFIX}/share/gnome/pixmaps/gnome-nettool.png
|
2004-01-03 09:29:37 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|