freebsd-ports/x11/widgetfactory/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

23 lines
481 B
Makefile

# 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>