aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/thewidgetfactory/Makefile
blob: 841cde1c00cd67b79c7e76e11540a5a69b85e4f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	thewidgetfactory
PORTVERSION=	0.2.1
PORTREVISION=	8
CATEGORIES=	x11-themes
MASTER_SITES=	https://www.stellingwerff.com/TheWidgetFactory/ \
		http://vault.101011010.xyz/distfiles/ \
		http://freebsd.nsu.ru/distfiles/

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Tool for previewing GTK widgets and testing new themes

LICENSE=	GPLv2

GNU_CONFIGURE=	yes
USE_GNOME=	gtk20
USES=		gnome 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>