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
|
2001-11-04 10:03:05 +00:00
|
|
|
PORTVERSION= 0.6.0
|
2005-03-07 16:41:04 +00:00
|
|
|
PORTREVISION= 1
|
2000-11-03 12:24:18 +00:00
|
|
|
CATEGORIES= graphics
|
2002-01-28 02:08:13 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-11-06 14:10:49 +00:00
|
|
|
MASTER_SITE_SUBDIR= enlightenment
|
2000-11-03 12:24:18 +00:00
|
|
|
|
2002-06-04 01:38:45 +00:00
|
|
|
MAINTAINER= ports@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-03-07 15:10:20 +00:00
|
|
|
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
|
2000-11-03 12:24:18 +00:00
|
|
|
|
2001-11-04 10:03:05 +00:00
|
|
|
USE_BZIP2= yes
|
2000-11-03 12:24:18 +00:00
|
|
|
USE_X_PREFIX= yes
|
2005-06-01 19:56:04 +00:00
|
|
|
USE_LIBTOOL_VER=15
|
2004-01-23 16:36:52 +00:00
|
|
|
USE_FREETYPE= yes
|
2002-03-18 14:37:30 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \
|
|
|
|
-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2000-11-03 12:24:18 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2001-03-13 14:57:46 +00:00
|
|
|
CONFIGURE_ARGS= --disable-gl
|
2001-11-04 10:03:05 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-06-01 19:56:04 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2000-11-03 12:24:18 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|