mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
ee774b0f4f
- Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
34 lines
747 B
Makefile
34 lines
747 B
Makefile
# New ports collection makefile for: etox
|
|
# Date created: 05/09/2005
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= etox
|
|
PORTVERSION= 0.9.0.004
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= vanilla
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= An evas based text layout library
|
|
|
|
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas \
|
|
ecore.1:${PORTSDIR}/x11/ecore \
|
|
edb.1:${PORTSDIR}/databases/edb
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
IGNORE= doesn't work with recent e17 and obsoleted
|
|
DEPRECATED= ${IGNORE}
|
|
EXPIRATION_DATE=2006-11-01
|
|
|
|
.include <bsd.port.mk>
|