aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/entice/Makefile
blob: 0d8a15f24988a0326a0c335ed1beb43b3ef38373 (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
# New ports collection makefile for:    entice
# Date created:     7 Oct 2001
# Whom:         Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   entice
PORTVERSION=    0.5.0
CATEGORIES= graphics
MASTER_SITES=   http://www.ny.us.rasterman.com/files/

MAINTAINER= ishmael27x@yahoo.com

LIB_DEPENDS=    ecore.0:${PORTSDIR}/x11/ecore \
        evas.6:${PORTSDIR}/graphics/evas

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

.include <bsd.port.mk>