aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gnome-themes-extras/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r--x11-themes/gnome-themes-extras/Makefile27
1 files changed, 8 insertions, 19 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile
index 467f039a9e31..0cfd1393cb9e 100644
--- a/x11-themes/gnome-themes-extras/Makefile
+++ b/x11-themes/gnome-themes-extras/Makefile
@@ -3,21 +3,21 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.12 2006/07/18 16:31:04 ahze Exp $
+# $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.18 2007/10/04 02:36:16 mezz Exp $
+#
PORTNAME= gnome-themes-extras
-PORTVERSION= 0.9.0
-PORTREVISION= 2
+PORTVERSION= 2.20
CATEGORIES= x11-themes gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
+MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= More themes for the GNOME 2 desktop environment
-BUILD_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
-RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
+BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 \
+ icon-naming-utils>=0.8.1:${PORTSDIR}/x11-themes/icon-naming-utils
+RUN_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2
USE_BZIP2= yes
USE_GETTEXT= yes
@@ -28,15 +28,4 @@ INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 503001
-EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-TAR= ${LOCALBASE}/bin/gtar
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- "/^themedir =.*metacity-1$$/s|themes|gnome/themes|"
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>