aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-nodoka-engine/Makefile
blob: 16d1a487d99c181e48a4b91a9738417083a39de6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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
PORTREVISION=	3
CATEGORIES=	x11-themes
MASTER_SITES=	https://fedorahosted.org/releases/n/o/nodoka/

MAINTAINER=	romain@FreeBSD.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>