aboutsummaryrefslogtreecommitdiff
path: root/x11/widgetfactory/Makefile
blob: 3743314338dc48cf9d13700005785c125f8ec5b8 (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
# New ports collection makefile for:	The Widget Factory
# Date created:				31 Oct 2006
# Whom:					Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	widgetfactory
PORTVERSION=	0.2.1
PORTREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	http://www.stellingwerff.com/TheWidgetFactory/
DISTNAME=	the${PORTNAME}-${PORTVERSION}

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	A showcase for GTK+2 widgets

GNU_CONFIGURE=	yes
USE_GNOME=	gtk20

PLIST_FILES=	bin/twf

.include <bsd.port.mk>