2000-11-03 12:24:18 +00:00
|
|
|
# New ports collection makefile for: evas
|
|
|
|
# Date created: 24 Oct 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= evas
|
2005-10-11 05:40:39 +00:00
|
|
|
PORTVERSION= 0.9.9.019
|
2000-11-03 12:24:18 +00:00
|
|
|
CATEGORIES= graphics
|
2005-06-16 09:50:46 +00:00
|
|
|
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
2000-11-03 12:24:18 +00:00
|
|
|
|
2005-06-16 09:50:46 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= A hardware-accelerated canvas API for X-Windows
|
2000-11-03 12:24:18 +00:00
|
|
|
|
2005-06-16 09:50:46 +00:00
|
|
|
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
|
|
|
|
edb.1:${PORTSDIR}/databases/edb \
|
|
|
|
eet.9:${PORTSDIR}/devel/eet
|
2000-11-03 12:24:18 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2005-06-16 09:50:46 +00:00
|
|
|
USE_LIBTOOL_VER= 15
|
|
|
|
USE_FREETYPE2= yes
|
2001-11-04 10:03:05 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-06-16 09:50:46 +00:00
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-06-01 19:56:04 +00:00
|
|
|
|
2005-06-16 09:50:46 +00:00
|
|
|
.if defined(WITH_MMX) && (${ARCH} == "i386")
|
|
|
|
CONFIGURE_ARGS+= --enable-mmx
|
|
|
|
.endif
|
2000-11-03 12:24:18 +00:00
|
|
|
|
2005-06-16 09:50:46 +00:00
|
|
|
.include <bsd.port.post.mk>
|