1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Convert to new options framework

This commit is contained in:
Baptiste Daroussin 2013-06-06 22:10:16 +00:00
parent 785ac2d7a1
commit 390f686879
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320137

View File

@ -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