aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-murrine-engine
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-22 08:16:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-22 08:16:07 +0000
commit5ff4e33fc09e0433096ff217208741e560f37db6 (patch)
tree0eed80486c0c9ee317000732b7da17a2b76db9f5 /x11-themes/gtk-murrine-engine
parent6825f9380c20c8cc3a69580e8fcabda0603db4ff (diff)
downloadports-5ff4e33fc09e0433096ff217208741e560f37db6.tar.gz
ports-5ff4e33fc09e0433096ff217208741e560f37db6.zip
Convert to new options framework left unconverted ports in x* categories
Notes
Notes: svn path=/head/; revision=314894
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>