diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 07:38:56 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 07:38:56 +0800 |
commit | e05157de08096636ed1244e2cd7243c7b36acd85 (patch) | |
tree | bea3f0b0ae960650a330d7b0e24290039e6bacea /net/gnome-nettool/Makefile | |
parent | a8b196df0d25f5ed0b25dcbd3cc6c6c843b36b3d (diff) | |
download | marcuscom-ports-e05157de08096636ed1244e2cd7243c7b36acd85.tar.gz marcuscom-ports-e05157de08096636ed1244e2cd7243c7b36acd85.tar.zst marcuscom-ports-e05157de08096636ed1244e2cd7243c7b36acd85.zip |
Update to 2.22.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11604 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r-- | net/gnome-nettool/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile new file mode 100644 index 000000000..16cfc2c9a --- /dev/null +++ b/net/gnome-nettool/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gnomenetwork +# Date Created: 03 June 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-nettool +PORTVERSION= 2.22.1 +PORTEPOCH= 1 +CATEGORIES= net gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME utility that provides network information statistics + +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/pixmaps + ${LN} -sf ${PREFIX}/share/gnome-nettool/pixmaps/gnome-nettool.png \ + ${PREFIX}/share/pixmaps/gnome-nettool.png + +.include <bsd.port.mk> |