diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-12 19:20:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-12 19:20:58 +0800 |
commit | c3696c17c117d603418fd605060a7aa7a40f143b (patch) | |
tree | 88e73074474500c1c5d71bf7842feaa81675ff71 /x11-themes/gnome-themes-extras/Makefile | |
parent | 0e9806a48fef1d089265bef4404a64ed6878b42a (diff) | |
download | freebsd-ports-gnome-c3696c17c117d603418fd605060a7aa7a40f143b.tar.gz freebsd-ports-gnome-c3696c17c117d603418fd605060a7aa7a40f143b.tar.zst freebsd-ports-gnome-c3696c17c117d603418fd605060a7aa7a40f143b.zip |
Update to 0.8.1.
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index adb755e0fbc5..a537be10e53c 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnome-themes-extras -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.8.1 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -16,6 +15,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= More themes for the GNOME 2 desktop environment +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 @@ -25,12 +27,15 @@ USE_GNOME= gnomehack libgnomeui intlhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= GTK_VERSION="2.4.0" +.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|" - ${REINPLACE_CMD} -e 's|Wasp Smooth|Wasp|g' \ - ${WRKSRC}/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |