diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-09 03:41:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-09 03:41:41 +0800 |
commit | 21f3767353431d5f21a96baf774c99da8efffd46 (patch) | |
tree | e0a3161c0ff54eed9be9b1f574125b67a9c3dbce /net | |
parent | cc36161ea641993e4411c7d607d45adf7b479ff2 (diff) | |
download | marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.gz marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.bz2 marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.lz marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.xz marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.tar.zst marcuscom-ports-21f3767353431d5f21a96baf774c99da8efffd46.zip |
Add INSTALLS_ICONS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4926 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-netstatus/Makefile | 4 | ||||
-rw-r--r-- | net/gnomenetstatus/Makefile | 4 | ||||
-rw-r--r-- | net/vino/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 2738fb782..ed775fbd9 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenetstatus/Makefile,v 1.37 2005/08/22 18:44:10 marcus Exp $ +# $MCom: ports/net/gnomenetstatus/Makefile,v 1.38 2005/09/06 17:26:13 mezz Exp $ # PORTNAME= gnomenetstatus PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.12 @@ -19,6 +20,7 @@ COMMENT= A GNOME applet that shows network status USE_X_PREFIX= yes INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_BZIP2= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile index 2738fb782..ed775fbd9 100644 --- a/net/gnomenetstatus/Makefile +++ b/net/gnomenetstatus/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenetstatus/Makefile,v 1.37 2005/08/22 18:44:10 marcus Exp $ +# $MCom: ports/net/gnomenetstatus/Makefile,v 1.38 2005/09/06 17:26:13 mezz Exp $ # PORTNAME= gnomenetstatus PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-netstatus/2.12 @@ -19,6 +20,7 @@ COMMENT= A GNOME applet that shows network status USE_X_PREFIX= yes INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_BZIP2= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ diff --git a/net/vino/Makefile b/net/vino/Makefile index af38188f5..9eddb158a 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,11 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.19 2005/08/22 14:22:39 kwm Exp $ +# $MCom: ports/net/vino/Makefile,v 1.20 2005/09/06 17:31:46 mezz Exp $ # PORTNAME= vino PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 @@ -23,6 +24,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-session-support CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |