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 + +.if ${PORT_OPTIONS:MANIMATION} CONFIGURE_ARGS+= --enable-animation .endif