1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-themes/rezlooks/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

32 lines
719 B
Makefile

# Created by: brandoncash@gmail.com
# $FreeBSD$
PORTNAME= rezlooks
PORTVERSION= 0.6
PORTREVISION= 9
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 39179-rezlooks-${PORTVERSION}
MAINTAINER= brandoncash@gmail.com
COMMENT= GTK+ 2.x engine based on Clearlooks
WRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION}
GNU_CONFIGURE= yes
USES= libtool pkgconfig
USE_GNOME= gtk20
OPTIONS_DEFINE= ANIMATION
OPTIONS_DEFAULT=ANIMATION
ANIMATION_DESC= Animation support
ANIMATION_CONFIGURE_ENABLE= animation
PLIST_FILES= lib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so
post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/src/animation.c
.include <bsd.port.mk>