freebsd-ports/x11-themes/thewidgetfactory/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

32 lines
677 B
Makefile

# New ports collection makefile for: thewidgetfactory
# Date created: 12 October 2006
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= thewidgetfactory
PORTVERSION= 0.2.1
PORTREVISION= 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>