diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 06:33:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-19 06:33:51 +0800 |
commit | 0e7eccb70947b91f8fae559bdb05f165e49c7625 (patch) | |
tree | ae82ec79223ffe676f96c918ba79e75bcb706f1c /net/gnome-nettool/Makefile | |
parent | fc607e61daf56c82f6c2be1deb6a96682d4ef504 (diff) | |
download | marcuscom-ports-0e7eccb70947b91f8fae559bdb05f165e49c7625.tar marcuscom-ports-0e7eccb70947b91f8fae559bdb05f165e49c7625.tar.gz marcuscom-ports-0e7eccb70947b91f8fae559bdb05f165e49c7625.tar.bz2 marcuscom-ports-0e7eccb70947b91f8fae559bdb05f165e49c7625.tar.lz marcuscom-ports-0e7eccb70947b91f8fae559bdb05f165e49c7625.tar.xz marcuscom-ports-0e7eccb70947b91f8fae559bdb05f165e49c7625.tar.zst marcuscom-ports-0e7eccb70947b91f8fae559bdb05f165e49c7625.zip |
Update to 2.17.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8067 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r-- | net/gnome-nettool/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile new file mode 100644 index 000000000..f04d6ebde --- /dev/null +++ b/net/gnome-nettool/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomenetwork +# Date Created: 03 June 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/net/gnome-nettool/Makefile,v 1.32 2006/09/05 07:41:18 marcus Exp $ +# + +PORTNAME= gnome-nettool +PORTVERSION= 2.17.4 +PORTEPOCH= 1 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-nettool/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DISTNAME= gnome-nettool-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME utility that provides network information statistics + +USE_XLIB= yes +USE_BZIP2= yes +USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 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 + +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 + +.include <bsd.port.mk> |