summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-murrine-engine/Makefile
blob: cefcf717e650f784621ec33f23549530e7c4a77a (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
# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$

PORTNAME=	murrine
PORTVERSION=	0.98.2
CATEGORIES=	x11-themes
MASTER_SITES=	GNOME
PKGNAMEPREFIX=	gtk-
PKGNAMESUFFIX=	-engine

MAINTAINER=	pneumann@gmail.com
COMMENT=	Murrine GTK+ 2.x cairo based engine

LIB_DEPENDS=	pixman-1:${PORTSDIR}/x11/pixman

USE_XZ=	yes
USE_GMAKE=	yes
USE_GNOME=	gtk20 intltool intlhack
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
USES=	pkgconfig

OPTIONS_DEFINE=	ANIMATION
ANIMATION_DESC=	Animation support

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MANIMATION} 
CONFIGURE_ARGS+=--enable-animation
.else
CONFIGURE_ARGS+=--disable-animation
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|glib/gtimer.h|glib.h|g' \
		${WRKSRC}/src/animation.c

.include <bsd.port.mk>