2001-03-17 16:31:30 +00:00
|
|
|
# New ports collection makefile for: ecore
|
|
|
|
# Date created: 16 March 2001
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ecore
|
2005-06-16 09:53:51 +00:00
|
|
|
PORTVERSION= 0.9.9.010
|
2001-03-17 16:31:30 +00:00
|
|
|
CATEGORIES= x11
|
2005-06-16 09:53:51 +00:00
|
|
|
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
2001-03-17 16:31:30 +00:00
|
|
|
|
2005-06-16 09:53:51 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2003-02-20 19:21:36 +00:00
|
|
|
COMMENT= A core event abstraction library
|
2001-03-17 16:31:30 +00:00
|
|
|
|
2005-06-16 09:53:51 +00:00
|
|
|
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
|
|
|
|
|
2005-07-02 00:58:51 +00:00
|
|
|
BROKEN= Incorrect pkg-plist
|
|
|
|
|
2001-03-17 16:31:30 +00:00
|
|
|
USE_X_PREFIX= yes
|
2005-06-16 09:53:51 +00:00
|
|
|
USE_LIBTOOL_VER= 15
|
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
2001-03-17 16:31:30 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-06-16 09:53:51 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-pthreads
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2001-03-17 16:31:30 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|