summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-murrine-engine/Makefile
blob: 4f2788e1d0d8b78989f9de3151af570ef10c6cf5 (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
PORTNAME=	murrine
PORTVERSION=	0.98.2
PORTREVISION=	5
CATEGORIES=	x11-themes
MASTER_SITES=	GNOME
PKGNAMEPREFIX=	gtk-
PKGNAMESUFFIX=	-engine

MAINTAINER=	pneumann@gmail.com
COMMENT=	Murrine GTK+ 2.x cairo based engine
WWW=		http://www.cimitan.com/murrine

USES=		gettext gmake gnome libtool pkgconfig tar:xz xorg
USE_XORG=	pixman
USE_GNOME=	gtk20 intltool intlhack
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	ANIMATION
ANIMATION_DESC=	Animation support
ANIMATION_CONFIGURE_ENABLE=	animation

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

.include <bsd.port.mk>