aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2011-06-23 15:18:23 +0800
committerdanfe <danfe@FreeBSD.org>2011-06-23 15:18:23 +0800
commit798880321f59d5008c407d89cc87c71bf3ed0ee0 (patch)
tree5fb6bb28b05879a46501213c2db698a7f7de1e9b /x11-themes
parent227ac80a7b32ef0bf8e435d6c8a2256d8abe367a (diff)
downloadfreebsd-ports-gnome-798880321f59d5008c407d89cc87c71bf3ed0ee0.tar.gz
freebsd-ports-gnome-798880321f59d5008c407d89cc87c71bf3ed0ee0.tar.zst
freebsd-ports-gnome-798880321f59d5008c407d89cc87c71bf3ed0ee0.zip
- 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
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/thewidgetfactory/Makefile20
1 files changed, 6 insertions, 14 deletions
diff --git a/x11-themes/thewidgetfactory/Makefile b/x11-themes/thewidgetfactory/Makefile
index ae64d069fc44..ddc615365d92 100644
--- a/x11-themes/thewidgetfactory/Makefile
+++ b/x11-themes/thewidgetfactory/Makefile
@@ -1,32 +1,24 @@
-# New ports collection makefile for: thewidgetfactory
+# New ports collection makefile for: The Widget Factory
# Date created: 12 October 2006
-# Whom: Mezz <mezz@FreeBSD.org>
+# Whom: Jeremy Messenger <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= thewidgetfactory
PORTVERSION= 0.2.1
-PORTREVISION= 4
+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
-USE_GMAKE= yes
-USE_GNOME= gnometarget gtk20
+LICENSE= GPLv2
+
GNU_CONFIGURE= yes
+USE_GNOME= gtk20
PLIST_FILES= bin/twf
-PORTDOCS= AUTHORS COPYING ChangeLog README
-
-.ifndef (NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
.include <bsd.port.mk>