mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
26 lines
489 B
Makefile
26 lines
489 B
Makefile
# New ports collection makefile for: gtkbe
|
|
# Date Created: 6 July 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtkbe
|
|
PORTVERSION= 200007091019
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_THEMES}
|
|
MASTER_SITE_SUBDIR= gtkbe
|
|
DISTNAME= gtkbe-1.2.x
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= BeOS look-alike GTK+ theme engine
|
|
|
|
WRKSRC= ${WRKDIR}/GTKBeEngine
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|