aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/evas/Makefile
blob: 3f27fe92a5e1bc3557bef7ab30b854b7a4ad272c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    evas
# Date created:     24 Oct 2000
# Whom:         Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   evas
PORTVERSION=    0.6.0
CATEGORIES= graphics
MASTER_SITES=   http://www.ny.us.rasterman.com/files/ \
        ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment

MAINTAINER= ishmael27@home.com

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

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --disable-gl
INSTALLS_SHLIB= yes

.include <bsd.port.mk>