aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-murrine-engine/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-08 00:50:59 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-08 00:50:59 +0000
commit0ddc0c1e5a27a83d42644b914b717dc16d2b145f (patch)
treec8b21b9714e1a8136d122018d5f8ea7b91b43974 /x11-themes/gtk-murrine-engine/Makefile
parent95e85ed67931769ac160d747cc9d253213e128ce (diff)
downloadports-0ddc0c1e5a27a83d42644b914b717dc16d2b145f.tar.gz
ports-0ddc0c1e5a27a83d42644b914b717dc16d2b145f.zip
Notes
Diffstat (limited to 'x11-themes/gtk-murrine-engine/Makefile')
-rw-r--r--x11-themes/gtk-murrine-engine/Makefile20
1 files changed, 14 insertions, 6 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>