freebsd-ports/x11-themes/thewidgetfactory/Makefile
Alexey Dokuchaev e2bb32220f - Merge duplicate ports of The Widget Factory to one that is in better
category and bears strictly more correct name
- Add LICENSE (GPLv2), do not install practically useless docs
- Drop USE_GMAKE, port builds just fine without it
- Adjust Makefile header and do some cleaning while here
2011-06-23 07:18:23 +00:00

24 lines
499 B
Makefile

# New ports collection makefile for: The Widget Factory
# Date created: 12 October 2006
# Whom: Jeremy Messenger <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= thewidgetfactory
PORTVERSION= 0.2.1
PORTREVISION= 5
CATEGORIES= x11-themes
MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool for previewing GTK+ widgets and testing new themes
LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_GNOME= gtk20
PLIST_FILES= bin/twf
.include <bsd.port.mk>