aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gtk-murrine-engine
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-22 16:16:07 +0800
committerbapt <bapt@FreeBSD.org>2013-03-22 16:16:07 +0800
commit585c8a6ae1e9af6cd6b5b6cf169015af3814e03b (patch)
tree0eed80486c0c9ee317000732b7da17a2b76db9f5 /x11-themes/gtk-murrine-engine
parent170f3db0c400763a4a07eadc79e7abfece921b1c (diff)
downloadfreebsd-ports-gnome-585c8a6ae1e9af6cd6b5b6cf169015af3814e03b.tar.gz
freebsd-ports-gnome-585c8a6ae1e9af6cd6b5b6cf169015af3814e03b.tar.zst
freebsd-ports-gnome-585c8a6ae1e9af6cd6b5b6cf169015af3814e03b.zip
Convert to new options framework left unconverted ports in x* categories
Diffstat (limited to 'x11-themes/gtk-murrine-engine')
-rw-r--r--x11-themes/gtk-murrine-engine/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/x11-themes/gtk-murrine-engine/Makefile b/x11-themes/gtk-murrine-engine/Makefile
index bf50098cd700..dff75ee0a244 100644
--- a/x11-themes/gtk-murrine-engine/Makefile
+++ b/x11-themes/gtk-murrine-engine/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gtk-murrine-engine
-# Date created: 2006-08-20
-# Whom: Phillip Neumann <pneumann@gmail.com>
-#
+# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$
-#
PORTNAME= murrine
PORTVERSION= 0.98.1.1
@@ -26,12 +22,14 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
-OPTIONS= ANIMATION "Enable animation support" off
+OPTIONS_DEFINE= ANIMATION
+OPTIONS_DEFAULT= ANIMATION
+ANIMATION_DESC= Animation support
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_ANIMATION)
+.if ${PORT_OPTIONS:MANIMATION}
CONFIGURE_ARGS+=--enable-animation
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>