diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-08 00:50:59 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-08 00:50:59 +0000 |
commit | 0ddc0c1e5a27a83d42644b914b717dc16d2b145f (patch) | |
tree | c8b21b9714e1a8136d122018d5f8ea7b91b43974 /x11-themes/gtk-murrine-engine | |
parent | 95e85ed67931769ac160d747cc9d253213e128ce (diff) | |
download | ports-0ddc0c1e5a27a83d42644b914b717dc16d2b145f.tar.gz ports-0ddc0c1e5a27a83d42644b914b717dc16d2b145f.zip |
Notes
Diffstat (limited to 'x11-themes/gtk-murrine-engine')
-rw-r--r-- | x11-themes/gtk-murrine-engine/Makefile | 20 | ||||
-rw-r--r-- | x11-themes/gtk-murrine-engine/distinfo | 6 |
2 files changed, 17 insertions, 9 deletions
diff --git a/x11-themes/gtk-murrine-engine/Makefile b/x11-themes/gtk-murrine-engine/Makefile index 362f97eced5f..1138b6717e30 100644 --- a/x11-themes/gtk-murrine-engine/Makefile +++ b/x11-themes/gtk-murrine-engine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk-murrine-engine -PORTVERSION= 0.13 +PORTVERSION= 0.30.2 CATEGORIES= x11-themes MASTER_SITES= http://cimi.netsons.org/media/download_gallery/murrie/ DISTNAME= murrine-${PORTVERSION} @@ -17,12 +17,20 @@ COMMENT= Murrine GTK+ 2.x cairo based engine BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-engines-2.pc:${PORTSDIR}/x11-themes/gtk-engines2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-animation -USE_GMAKE= yes +FETCH_CMD= /usr/bin/fetch + USE_BZIP2= yes +USE_GMAKE= yes USE_GNOME= gtk20 -FETCH_CMD= /usr/bin/fetch USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +OPTIONS= ANIMATION "Enable animation support" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_ANIMATION) +CONFIGURE_ARGS+=--enable-animation +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-themes/gtk-murrine-engine/distinfo b/x11-themes/gtk-murrine-engine/distinfo index 5f2e8ecd4d6e..0f85e99f59b0 100644 --- a/x11-themes/gtk-murrine-engine/distinfo +++ b/x11-themes/gtk-murrine-engine/distinfo @@ -1,3 +1,3 @@ -MD5 (murrine-0.13.tar.bz2) = 3dfc75b050b79401671175f960bb7d44 -SHA256 (murrine-0.13.tar.bz2) = 9e22b7a4308eb3e8c22d4f392327c848e8d607c0fecdfdc182acd2c91d91c528 -SIZE (murrine-0.13.tar.bz2) = 331955 +MD5 (murrine-0.30.2.tar.bz2) = e3a2113cf9f4225d56ca3980c1405269 +SHA256 (murrine-0.30.2.tar.bz2) = 4cd75e2721ddc78f281bd1b19238fa03fe3e172d63f42af01e879224b63bc7b5 +SIZE (murrine-0.30.2.tar.bz2) = 277701 |