diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 01:35:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-29 01:35:15 +0800 |
commit | d73a80e1df14b8b73196d95e3d8478905d686cc7 (patch) | |
tree | 6e49a76883ef4da0a9358e54901495119037f23b /net/gnome-netstatus/Makefile | |
parent | 5c8a0da0be37a6ac46f33abd0f231c0dca37e0ff (diff) | |
download | marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.gz marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.bz2 marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.lz marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.xz marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.tar.zst marcuscom-ports-d73a80e1df14b8b73196d95e3d8478905d686cc7.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8667 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-netstatus/Makefile')
-rw-r--r-- | net/gnome-netstatus/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile new file mode 100644 index 000000000..72af8fad4 --- /dev/null +++ b/net/gnome-netstatus/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gnomenetstatus +# Date Created: 05 December 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/net/gnome-netstatus/Makefile,v 1.41 2006/07/23 01:10:49 mezz Exp $ +# + +PORTNAME= gnome-netstatus +PORTVERSION= 2.12.1 +PORTREVISION= 1 +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 + +USE_XLIB= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_BZIP2= yes +GNOME_DESKTOP_VERSION=2 +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> |