aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-06 22:10:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-06 22:10:16 +0000
commit390f68687926149efebad72b1e012e3f05b50da0 (patch)
tree62fadd304c798aea88a9f772d027bedc766a0273 /x11-themes
parent785ac2d7a196d29615cbea89d099445b3aba324c (diff)
downloadports-390f68687926149efebad72b1e012e3f05b50da0.tar.gz
ports-390f68687926149efebad72b1e012e3f05b50da0.zip
Convert to new options framework
Notes
Notes: svn path=/head/; revision=320137
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/rezlooks/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-themes/rezlooks/Makefile b/x11-themes/rezlooks/Makefile
index e1a21cd0ed4e..215370d66e3b 100644
--- a/x11-themes/rezlooks/Makefile
+++ b/x11-themes/rezlooks/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: rezlooks
-# Date created: 2006-07-02
-# Whom: brandoncash@gmail.com
-#
+# Created by: brandoncash@gmail.com
# $FreeBSD$
-#
PORTNAME= rezlooks
PORTVERSION= 0.6
@@ -20,9 +16,13 @@ WRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GNOME= gtk20
-OPTIONS+= ANIMATION "Animation support" On
+OPTIONS_DEFINE= ANIMATION
+OPTIONS_DEFAULT= ANIMATION
+ANIMATION_DESC= Animation support
-.if !defined(WITHOUT_ANIMATION)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MANIMATION}
CONFIGURE_ARGS+= --enable-animation
.endif