# New ports collection makefile for:	enlightenment-conf
# Version required:		0.15
# Date created:			Sat 17 Apr 1999
# Whom:				Clive Lin <clive@CirX.ORG>
#
# $FreeBSD: ports/x11-wm/enlightenment-conf/Makefile,v 1.7 2000/01/02 06:58:33 vanilla Exp $
#

DISTNAME=	enlightenment-conf-0.15
CATEGORIES=	x11-wm gnome
MASTER_SITES=	ftp://ftp.enlightenment.org/enlightenment/enlightenment/tools/ \
		http://mirror.nucba.ac.jp/mirror/enlightenment/enlightenment/libs/ \
		ftp://ftp.leirianet.pt/pub/X11/enlightenment/enlightenment/libs/ \
		ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/libs/ \
		ftp://mirror.nucba.ac.jp/mirror/enlightenment/enlightenment/libs/

MAINTAINER=	vanilla@FreeBSD.org

RUN_DEPENDS=	enlightenment:${PORTSDIR}/x11-wm/enlightenment
LIB_DEPENDS=	capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter

GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

USE_GMAKE=	yes
USE_X_PREFIX=	yes
USE_LIBTOOL=	yes
CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share/gnome \
		--datadir=${PREFIX}/share/gnome \
		--with-gnome=${PREFIX}
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		GTK_CONFIG="${GTK_CONFIG}" \
		LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>
