freebsd-ports/x11-toolkits/gtkbe/Makefile

25 lines
458 B
Makefile
Raw Normal View History

2000-07-06 09:37:13 -04:00
# New ports collection makefile for: gtkbe
# Date Created: 6 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkbe
2001-02-05 11:49:17 -05:00
PORTVERSION= 200007091019
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= gtk
DISTNAME= GTK-Be-1.2.x-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
WRKSRC= ${WRKDIR}/GTKBeEngine
USE_X_PREFIX= yes
2000-10-05 02:42:57 -04:00
USE_GTK= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
.include <bsd.port.mk>