Update deskutils/treesheets to version 0.0.20150711
[dports.git] / x11-themes / thewidgetfactory / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       thewidgetfactory
4 PORTVERSION=    0.2.1
5 PORTREVISION=   6
6 CATEGORIES=     x11-themes
7 MASTER_SITES=   http://www.stellingwerff.com/TheWidgetFactory/
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Tool for previewing GTK+ widgets and testing new themes
11
12 LICENSE=        GPLv2
13
14 GNU_CONFIGURE=  yes
15 USE_GNOME=      gtk20
16 USES=           pkgconfig
17
18 PLIST_FILES=    bin/twf
19
20 post-patch:
21 # Fix console warnings of "GtkSpinButton: setting an adjustment with non-zero
22 # page size is deprecated"
23         @${REINPLACE_CMD} -e 's/10, 10/10, 0/' ${WRKSRC}/src/interface.c
24
25 .include <bsd.port.mk>