freebsd-ports/x11-themes/thewidgetfactory/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

25 lines
555 B
Makefile

# $FreeBSD$
PORTNAME= thewidgetfactory
PORTVERSION= 0.2.1
PORTREVISION= 7
CATEGORIES= x11-themes
MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for previewing GTK+ widgets and testing new themes
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_GNOME= gtk20
USES= pkgconfig
PLIST_FILES= bin/twf
post-patch:
# Fix console warnings of "GtkSpinButton: setting an adjustment with non-zero
# page size is deprecated"
@${REINPLACE_CMD} -e 's/10, 10/10, 0/' ${WRKSRC}/src/interface.c
.include <bsd.port.mk>