diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-13 14:42:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-13 14:42:42 +0800 |
commit | 586e8ea374626f8752a1022ae38a8507f0e50de4 (patch) | |
tree | 7da4c2d7180e252c1782b635790b807052ae2da2 /x11-toolkits/gnome-themes-extras/Makefile | |
parent | 58900bc7b2bc86ca3c398717d6a1f3cf3dfa35e6 (diff) | |
download | marcuscom-ports-586e8ea374626f8752a1022ae38a8507f0e50de4.tar marcuscom-ports-586e8ea374626f8752a1022ae38a8507f0e50de4.tar.gz marcuscom-ports-586e8ea374626f8752a1022ae38a8507f0e50de4.tar.bz2 marcuscom-ports-586e8ea374626f8752a1022ae38a8507f0e50de4.tar.lz marcuscom-ports-586e8ea374626f8752a1022ae38a8507f0e50de4.tar.xz marcuscom-ports-586e8ea374626f8752a1022ae38a8507f0e50de4.tar.zst marcuscom-ports-586e8ea374626f8752a1022ae38a8507f0e50de4.zip |
Fix build with gtk+-2.3.x
Submitted by: Franz Klammer <klammer@webonaut.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1479 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-toolkits/gnome-themes-extras/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/gnome-themes-extras/Makefile b/x11-toolkits/gnome-themes-extras/Makefile new file mode 100644 index 000000000..1025a75ab --- /dev/null +++ b/x11-toolkits/gnome-themes-extras/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gnome-themes-extras +# Date Created: 12 June 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD: ports/x11-toolkits/gnome-themes-extras/Makefile,v 1.11 2003/12/06 22:09:32 pav Exp $ +# + +PORTNAME= gnome-themes-extras +PORTVERSION= 0.5 +PORTREVISION= 3 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 +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= yes +USE_GMAKE= yes +USE_GNOME= gnomehack libgnomeui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + "/^themedir =.*metacity-1$$/s|themes|gnome/themes|" + +.include <bsd.port.mk> |