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
24 lines
499 B
Makefile
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>
|