2012-10-29 07:02:47 +01:00
|
|
|
# Created by: Jeremy Messenger <mezz@FreeBSD.org>
|
2008-04-12 21:52:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= thewidgetfactory
|
|
|
|
PORTVERSION= 0.2.1
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2008-04-12 21:52:17 +02:00
|
|
|
CATEGORIES= x11-themes
|
|
|
|
MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/
|
|
|
|
|
2009-03-18 21:06:38 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-10-29 07:02:47 +01:00
|
|
|
COMMENT= Tool for previewing GTK+ widgets and testing new themes
|
2008-04-12 21:52:17 +02:00
|
|
|
|
2011-06-23 09:18:23 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2008-04-12 21:52:17 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-06-23 09:18:23 +02:00
|
|
|
USE_GNOME= gtk20
|
2012-07-27 17:58:20 +02:00
|
|
|
USE_PKGCONFIG= build
|
2008-04-12 21:52:17 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/twf
|
|
|
|
|
2012-10-29 07:02:47 +01:00
|
|
|
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
|
|
|
|
|
2008-04-12 21:52:17 +02:00
|
|
|
.include <bsd.port.mk>
|