1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/x11/ecore/Makefile

29 lines
702 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
2005-06-16 09:53:51 +00:00
PORTVERSION= 0.9.9.010
PORTREVISION= 1
CATEGORIES= x11
2005-06-16 09:53:51 +00:00
MASTER_SITES= http://enlightenment.freedesktop.org/files/
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
2005-06-16 09:53:51 +00:00
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
USE_X_PREFIX= yes
2005-06-16 09:53:51 +00:00
USE_LIBTOOL_VER= 15
USE_ICONV= yes
2005-06-16 09:53:51 +00:00
USE_GNOME= gnomehack pkgconfig gnometarget
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"
.include <bsd.port.mk>