The Widget Factory is a program designed to show a wide range of widgets

on a single window.

WWW: http://www.stellingwerff.com/?page_id=10
This commit is contained in:
Jeremy Messenger 2008-04-12 19:52:17 +00:00
parent 61e5dec359
commit f3c73606cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211124
4 changed files with 39 additions and 0 deletions

View file

@ -193,6 +193,7 @@
SUBDIR += rezlooks
SUBDIR += sapphire-themes
SUBDIR += sawfish-themes
SUBDIR += thewidgetfactory
SUBDIR += thinice
SUBDIR += ubuntulooks
SUBDIR += whistlerk

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: thewidgetfactory
# Date created: 12 October 2006
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= thewidgetfactory
PORTVERSION= 0.2.1
CATEGORIES= x11-themes
MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/
MAINTAINER= mezz@FreeBSD.org
COMMENT= A tool for previewing GTK+ widgets and testing new themes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20
GNU_CONFIGURE= yes
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>

View file

@ -0,0 +1,3 @@
MD5 (thewidgetfactory-0.2.1.tar.gz) = 60175721233c6f265326fcdc0334c269
SHA256 (thewidgetfactory-0.2.1.tar.gz) = 10bbbe50dc23a0cd47762749c6bb402559721951f3c6af40366258593bcb1ce4
SIZE (thewidgetfactory-0.2.1.tar.gz) = 325397

View file

@ -0,0 +1,4 @@
The Widget Factory is a program designed to show a wide range of widgets
on a single window.
WWW: http://www.stellingwerff.com/?page_id=10