1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11-themes/thewidgetfactory/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
678 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= 4
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
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>