freebsd-ports/x11-themes/thewidgetfactory/Makefile
Alexey Dokuchaev df6fbfe7bc - Fix console warnings of "GtkSpinButton: setting an adjustment with non-zero
page size is deprecated" (do not bump port revision due to unimportance of
  this issue)
- While here, trim Makefile header and drop leading indefinite article from
  the COMMENT line

Feature safe:	yes
2012-10-29 06:02:47 +00:00

26 lines
609 B
Makefile

# Created by: Jeremy Messenger <mezz@FreeBSD.org>
# $FreeBSD$
PORTNAME= thewidgetfactory
PORTVERSION= 0.2.1
PORTREVISION= 6
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
USE_PKGCONFIG= build
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>