freebsd-ports/x11/ecore/Makefile
Vanilla I. Shu 55d90d60de Add USE_ICONV to Makefile, and it fix the incorrect pkg-plist problem.
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar_dot . org>
Noticed by:	kris@
2005-07-03 00:16:45 +00:00

28 lines
702 B
Makefile

# New ports collection makefile for: ecore
# Date created: 16 March 2001
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= ecore
PORTVERSION= 0.9.9.010
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://enlightenment.freedesktop.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A core event abstraction library
LIB_DEPENDS= evas.1:${PORTSDIR}/graphics/evas
USE_X_PREFIX= yes
USE_LIBTOOL_VER= 15
USE_ICONV= yes
USE_GNOME= gnomehack pkgconfig gnometarget
INSTALLS_SHLIB= yes
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>