# New ports collection makefile for:	ecore
# Date created:				16 March 2001
# Whom:					Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD: ports/x11/ecore/Makefile,v 1.1 2001/03/17 16:31:30 vanilla Exp $
#

PORTNAME=	ecore
PORTVERSION=	0.0.1
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	enlightenment

MAINTAINER=	ishmael27@home.com

USE_X_PREFIX=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes

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

.include <bsd.port.mk>
