diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-06-23 07:18:23 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-06-23 07:18:23 +0000 |
commit | e2bb32220ff76c523495f40f289141048a969eaa (patch) | |
tree | a538172bdbca692f9c689620298d5e7f2b3033cf /x11-themes/thewidgetfactory | |
parent | 1dcf5fbcc6953d28c21c20d6d874e6c01b30f0ac (diff) | |
download | ports-e2bb32220ff76c523495f40f289141048a969eaa.tar.gz ports-e2bb32220ff76c523495f40f289141048a969eaa.zip |
Notes
Diffstat (limited to 'x11-themes/thewidgetfactory')
-rw-r--r-- | x11-themes/thewidgetfactory/Makefile | 20 |
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> |