freebsd-ports/x11/ecore/Makefile

33 lines
796 B
Makefile
Raw Normal View History

# New ports collection makefile for: ecore
# Date created: 16 March 2001
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= ecore
2006-04-01 19:26:53 +02:00
PORTVERSION= 0.9.9.026
2006-03-16 07:47:04 +01:00
PORTREVISION= 0
CATEGORIES= x11
2005-06-16 11:53:51 +02:00
MASTER_SITES= http://enlightenment.freedesktop.org/files/
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
2005-06-16 11:53:51 +02:00
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
.if !exists(/usr/include/getopt.h)
USE_GETOPT_LONG= yes
.endif
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_ICONV= yes
2005-06-16 11:53:51 +02:00
USE_GNOME= gnomehack pkgconfig gnometarget
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"
.include <bsd.port.mk>