2001-03-17 17:31:30 +01:00
|
|
|
# New ports collection makefile for: ecore
|
|
|
|
# Date created: 16 March 2001
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ecore
|
2006-01-14 19:33:28 +01:00
|
|
|
PORTVERSION= 0.9.9.023
|
2005-07-18 14:36:58 +02:00
|
|
|
PORTREVISION= 0
|
2001-03-17 17:31:30 +01:00
|
|
|
CATEGORIES= x11
|
2005-06-16 11:53:51 +02:00
|
|
|
MASTER_SITES= http://enlightenment.freedesktop.org/files/
|
2001-03-17 17:31:30 +01:00
|
|
|
|
2005-06-16 11:53:51 +02:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A core event abstraction library
|
2001-03-17 17:31:30 +01:00
|
|
|
|
2005-06-16 11:53:51 +02:00
|
|
|
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
|
|
|
|
|
2006-02-13 08:46:37 +01:00
|
|
|
.if !exists(/usr/include/getopt.h)
|
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
.endif
|
|
|
|
|
2001-03-17 17:31:30 +01:00
|
|
|
USE_X_PREFIX= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-07-03 02:16:45 +02:00
|
|
|
USE_ICONV= yes
|
2005-06-16 11:53:51 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
2001-03-17 17:31:30 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-12-02 08:04:48 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-pthreads --with-iconv-link=${LOCALBASE}
|
2005-06-16 11:53:51 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2001-03-17 17:31:30 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|