summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-themes/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-04-26 08:50:27 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2005-04-26 08:50:27 +0800
commitbd6dbed351633b45e181b160b976a98931bac127 (patch)
tree5e2841d8a12c08964d044d20c71dc17ad1d1cccc /x11-themes/gnome-themes/Makefile
parente5b19b3691fff0e9f0229d2eff13eeadf652f7f2 (diff)
downloadmarcuscom-ports-bd6dbed351633b45e181b160b976a98931bac127.tar
marcuscom-ports-bd6dbed351633b45e181b160b976a98931bac127.tar.gz
marcuscom-ports-bd6dbed351633b45e181b160b976a98931bac127.tar.bz2
marcuscom-ports-bd6dbed351633b45e181b160b976a98931bac127.tar.lz
marcuscom-ports-bd6dbed351633b45e181b160b976a98931bac127.tar.xz
marcuscom-ports-bd6dbed351633b45e181b160b976a98931bac127.tar.zst
marcuscom-ports-bd6dbed351633b45e181b160b976a98931bac127.zip
Add at 2.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3947 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-themes/Makefile')
-rw-r--r--x11-themes/gnome-themes/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile
new file mode 100644
index 000000000..153b801e1
--- /dev/null
+++ b/x11-themes/gnome-themes/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: gnome-themes
+# Date Created: 05 October 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-themes/gnome-themes/Makefile,v 1.28 2005/04/11 16:45:33 ahze Exp $
+#
+
+PORTNAME= gnome-themes
+PORTVERSION= 2.11.1
+CATEGORIES= x11-themes gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A collection of themes and icons for GNOME2
+
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
+RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_LIBTOOL_VER=15
+USE_GMAKE= yes
+USE_GNOME= gnomehack intlhack metacity libgnomeui
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_SUB= GTK_VERSION="2.4.0"
+
+post-patch:
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g'
+
+.include <bsd.port.mk>