# ports collection makefile for:	gevas
# Date created:				19 March 2001
# Whom:					Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD: ports/x11-toolkits/gevas/Makefile,v 1.4 2001/04/30 15:52:06 kevlo Exp $
#

PORTNAME=	gevas
PORTVERSION=	0.0.3
CATEGORIES=	x11-toolkits graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	enlightenment

MAINTAINER=	ishmael27@home.com

LIB_DEPENDS=	evas.5:${PORTSDIR}/graphics/evas

USE_GTK=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

post-install:
	@strip ${PREFIX}/lib/libgevas.so.0

.include <bsd.port.mk>
