aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-themes-extras/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-08-02 16:12:33 +0800
committeradamw <adamw@FreeBSD.org>2003-08-02 16:12:33 +0800
commit1c508f9612264b7a308315909e88ded27c85b13a (patch)
treecf35909824c1b0dce093677c0e08065cf95bafa8 /x11-themes/gnome-themes-extras/Makefile
parent1f5979ae6808d592f06a82cdff1abbba8066d87a (diff)
downloadfreebsd-ports-gnome-1c508f9612264b7a308315909e88ded27c85b13a.tar.gz
freebsd-ports-gnome-1c508f9612264b7a308315909e88ded27c85b13a.tar.zst
freebsd-ports-gnome-1c508f9612264b7a308315909e88ded27c85b13a.zip
Now that libindustrial is in the ports tree, re-enable the build
and installation of the Gorilla GTK-1.2, GTK-2, and metacity themes. Neat! Note that, for the time being, gtk-industrial-theme *MUST* be built -DWITH_GTK2.
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r--x11-themes/gnome-themes-extras/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile
index 181719c79075..8bb0dcad22ec 100644
--- a/x11-themes/gnome-themes-extras/Makefile
+++ b/x11-themes/gnome-themes-extras/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnome-themes-extras
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
@@ -15,6 +16,9 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= More themes for the GNOME 2 desktop environment
+BUILD_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libindustrial.so:${PORTSDIR}/x11-toolkits/gtk-industrial-theme
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
@@ -25,7 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- "/^SUBDIRS/s/Gorilla//; \
- /^themedir =.*metacity-1$$/s|themes|gnome/themes|"
+ "/^themedir =.*metacity-1$$/s|themes|gnome/themes|"
.include <bsd.port.mk>