diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 07:33:18 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-23 07:33:18 +0800 |
commit | 432d09bcc1d18c831c5d01df696ede0af3514b5b (patch) | |
tree | 90812871d99ecf995a4b84f630ffb462362f51ed /net/gnome-netstatus/Makefile | |
parent | 94bea1ea5b255e7a6dcc11edcf845805bcc5b461 (diff) | |
download | marcuscom-ports-432d09bcc1d18c831c5d01df696ede0af3514b5b.tar marcuscom-ports-432d09bcc1d18c831c5d01df696ede0af3514b5b.tar.gz marcuscom-ports-432d09bcc1d18c831c5d01df696ede0af3514b5b.tar.bz2 marcuscom-ports-432d09bcc1d18c831c5d01df696ede0af3514b5b.tar.lz marcuscom-ports-432d09bcc1d18c831c5d01df696ede0af3514b5b.tar.xz marcuscom-ports-432d09bcc1d18c831c5d01df696ede0af3514b5b.tar.zst marcuscom-ports-432d09bcc1d18c831c5d01df696ede0af3514b5b.zip |
Update to 2.12.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11601 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-netstatus/Makefile')
-rw-r--r-- | net/gnome-netstatus/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile new file mode 100644 index 000000000..ebb3d6bda --- /dev/null +++ b/net/gnome-netstatus/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gnomenetstatus +# Date Created: 05 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-netstatus +PORTVERSION= 2.12.2 +CATEGORIES= net gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME applet that shows network status + +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_BZIP2= yes +USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ + gnomedocutils +USE_GMAKE= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= netstatus.schemas + +.include <bsd.port.mk> |