freebsd-ports/x11-themes/gtk-nodoka-engine/Makefile
Martin Wilke e149d54a2f Nodoka is the new Fedora default theme for Gnome. This port install the engine
and GTK themes.

WWW:	https://fedorahosted.org/nodoka/

PR:		ports/131041
Submitted by:	Romain Tartiere <romain at blogreen.org>
2009-05-31 12:59:01 +00:00

37 lines
880 B
Makefile

# New ports collection makefile for: gtk-nodoka-engine
# Date created: 2009-01-27
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= gtk-nodoka-engine
PORTVERSION= 0.7.2
CATEGORIES= x11-themes
MASTER_SITES= https://fedorahosted.org/releases/n/o/nodoka/
MAINTAINER= romain@blogreen.org
COMMENT= GTK nodoka engine and themes
OPTIONS= ANIMATION "Enable animation support" off \
ANIMATIONTOLEFT "Animation from right to left" off
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.include <bsd.port.pre.mk>
.if defined(WITH_ANIMATION) && !defined(WITHOUT_ANIMATION)
CONFIGURE_ARGS+= --enable-animation
.else
CONFIGURE_ARGS+= --disable-animation
.endif
.if defined(WITH_ANIMATIONTOLEFT) && !defined(WITHOUT_ANIMATIONTOLEFT)
CONFIGURE_ARGS+= --enable-animationtoleft
.else
CONFIGURE_ARGS+= --disable-animationtoleft
.endif
.include <bsd.port.post.mk>