mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- USES=libtool tar:xz
- Use option helpers
This commit is contained in:
parent
e01cbaf224
commit
545d990008
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360071
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= murrine
|
||||
PORTVERSION= 0.98.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMEPREFIX= gtk-
|
||||
@ -12,23 +12,15 @@ PKGNAMESUFFIX= -engine
|
||||
MAINTAINER= pneumann@gmail.com
|
||||
COMMENT= Murrine GTK+ 2.x cairo based engine
|
||||
|
||||
USE_XZ= yes
|
||||
USES= gmake libtool pkgconfig tar:xz
|
||||
USE_XORG= pixman
|
||||
USE_GNOME= gtk20 intltool intlhack
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake 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
|
||||
ANIMATION_CONFIGURE_ENABLE= animation
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|glib/gtimer.h|glib.h|g' \
|
||||
|
@ -1,4 +1,3 @@
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.la
|
||||
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libmurrine.so
|
||||
share/gtk-engines/murrine.xml
|
||||
@dirrmtry share/gtk-engines
|
||||
|
Loading…
Reference in New Issue
Block a user