diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-01 10:28:33 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-01 10:28:33 +0800 |
commit | 322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b (patch) | |
tree | d3b098cb3d343feca6065f9c04259a8ce96fe42f /x11-themes/gnome-themes-extras/Makefile | |
parent | acf7225f3dbaad80ee9873bcf55f3db7ab7c11cb (diff) | |
download | marcuscom-ports-322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b.tar marcuscom-ports-322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b.tar.gz marcuscom-ports-322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b.tar.bz2 marcuscom-ports-322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b.tar.lz marcuscom-ports-322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b.tar.xz marcuscom-ports-322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b.tar.zst marcuscom-ports-322a9d0fa1d47ebabbbe1d4e44bd50ca22923c3b.zip |
Add gnome-themes-extras at 0.8.0.
I figured this might as well go in this repo and get rolled
out with the rest of the GNOME 2.8 changes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2750 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile new file mode 100644 index 000000000..271ba7f98 --- /dev/null +++ b/x11-themes/gnome-themes-extras/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gnome-themes-extras +# Date Created: 12 June 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD: ports/x11-themes/gnome-themes-extras/Makefile,v 1.21 2004/07/26 21:21:18 mezz Exp $ +# + +PORTNAME= gnome-themes-extras +PORTVERSION= 0.8.0 +CATEGORIES= x11-themes gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= More themes for the GNOME 2 desktop environment + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_LIBTOOL_VER=15 +USE_GMAKE= yes +USE_GNOME= gnomehack libgnomeui intlhack +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +CONFLICTS= gtk-smooth-engine-* + +PLIST_SUB= GTK_VERSION="2.4.0" + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + "/^themedir =.*metacity-1$$/s|themes|gnome/themes|" + +.include <bsd.port.mk> |