aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/ewl/Makefile
blob: 737e4dafb158e2ab8e6f494144f69ef89cdcaba5 (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
31
32
33
34
35
36
37
# New ports collection makefile for:    ewl
# Date created:             08/08/2004
# Whom:                 vanilla
#
# $FreeBSD$
#

PORTNAME=   ewl
PORTVERSION=    0.0.4.007
PORTREVISION=   0
CATEGORIES= x11-toolkits
MASTER_SITES=   http://enlightenment.freedesktop.org/files/

MAINTAINER= vanilla@FreeBSD.org
COMMENT=    Enlightened Widget Library

LIB_DEPENDS=    embryo.9:${PORTSDIR}/lang/embryo \
        edb.1:${PORTSDIR}/databases/edb \
        evas.1:${PORTSDIR}/graphics/evas \
        edje.5:${PORTSDIR}/graphics/edje \
        ecore.1:${PORTSDIR}/x11/ecore

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomehack pkgconfig gnometarget
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.pre.mk>

.if ${ARCH} == ia64
BROKEN=     does not compile on ${ARCH}
.endif

.include <bsd.port.post.mk>