437579290d
ecore -> 0.9.9.013 edb -> 1.0.5.004 edje -> 0.5.0.013 eet -> 0.9.10.013 embryo -> 0.9.1.013 enlightenment-devel -> 0.16.999.013 entice -> 0.9.3.004 epeg -> 0.9.0.004 epsilon -> 0.3.0.004 esmart -> 0.9.0.004 etox -> 0.9.0.004 evas -> 0.9.9.013 ewl -> 0.0.4.004 imlib2 -> 1.2.1.004 imlib2_loaders -> 1.2.1.004
37 lines
827 B
Makefile
37 lines
827 B
Makefile
# New ports collection makefile for: edje
|
|
# Date created: 08/08/2004
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= edje
|
|
PORTVERSION= 0.5.0.013
|
|
PORTREVISION= 0
|
|
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= 15
|
|
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.pre.mk>
|
|
|
|
.if ${OSVERSION} < 50000
|
|
IGNORE= Does not build on 4.X
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|