diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-17 16:44:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-17 16:44:10 +0800 |
commit | 8c2108b7e07e0ae733f140336d8af81ef25b3afa (patch) | |
tree | 66daf6024459bd2fb481f7c4988c7f7610038a10 /x11-themes/gnome-themes/Makefile | |
parent | 2b9f5df5d8a10a3d4032f6543cca364c483b565b (diff) | |
download | marcuscom-ports-8c2108b7e07e0ae733f140336d8af81ef25b3afa.tar marcuscom-ports-8c2108b7e07e0ae733f140336d8af81ef25b3afa.tar.gz marcuscom-ports-8c2108b7e07e0ae733f140336d8af81ef25b3afa.tar.bz2 marcuscom-ports-8c2108b7e07e0ae733f140336d8af81ef25b3afa.tar.lz marcuscom-ports-8c2108b7e07e0ae733f140336d8af81ef25b3afa.tar.xz marcuscom-ports-8c2108b7e07e0ae733f140336d8af81ef25b3afa.tar.zst marcuscom-ports-8c2108b7e07e0ae733f140336d8af81ef25b3afa.zip |
Update to 2.31.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14416 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-themes/Makefile')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile new file mode 100644 index 000000000..079f24d8b --- /dev/null +++ b/x11-themes/gnome-themes/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gnome-themes +# Date Created: 05 October 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports-stable/x11-themes/gnome-themes/Makefile,v 1.5 2010/06/23 14:17:10 kwm Exp $ +# + +PORTNAME= gnome-themes +PORTVERSION= 2.31.90 +CATEGORIES= x11-themes gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A collection of themes and icons for GNOME2 + +BUILD_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \ + icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils +RUN_DEPENDS= gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 + +CONFLICTS= clearlooks-metacity-0.* + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:22 +INSTALLS_ICONS= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix intlhack metacity gtk20 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |