blob: 447edde161c7b23e874053b0f93daec947bd1486 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>
|