aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/edje/Makefile
blob: c3058b47f7bbe9704c175653c76ca59af68dc918 (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
28
29
30
# New ports collection makefile for:    edje
# Date created:             08/08/2004
# Whom:                 vanilla
#
# $FreeBSD$
#

PORTNAME=   edje
PORTVERSION=    0.5.0.010
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   http://enlightenment.freedesktop.org/files/

MAINTAINER= vanilla@FreeBSD.org
COMMENT=    Edje is a complex graphical design and layout engine

LIB_DEPENDS=    embryo.9:${PORTSDIR}/lang/embryo \
        eet.9:${PORTSDIR}/devel/eet \
        Imlib2.3:${PORTSDIR}/graphics/imlib2 \
        evas.1:${PORTSDIR}/graphics/evas \
        ecore.1:${PORTSDIR}/x11/ecore

USE_LIBTOOL_VER=    13
USE_GCC=    3.4
USE_GNOME=  gnomehack pkgconfig gnometarget
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>