summaryrefslogblamecommitdiff
path: root/graphics/evas/Makefile
blob: b665ba9cffa15e27e515164bbebf2e4dcdad4b7b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                          

                                          
 
                                  














                                                                        
# New ports collection makefile for:	evas
# Date created:		24 Oct 2000
# Whom:			Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=	evas
PORTVERSION=	0.0.1
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	enlightenment

MAINTAINER=	ishmael27@home.com

LIB_DEPENDS=	Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp

USE_X_PREFIX=	yes
USE_FREETYPE=	yes
USE_MESA=	yes
USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

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

.include <bsd.port.mk>