mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
30 lines
632 B
Makefile
30 lines
632 B
Makefile
# Created by: Phillip Neumann <pneumann@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
USES= gettext gmake libtool pkgconfig tar:xz
|
|
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>
|