summaryrefslogtreecommitdiffstats
path: root/x11/ecore/Makefile
blob: a201bc73a5414e61a5b24adb8dfc5f98eabc6c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	ecore
# Date created:				16 March 2001
# Whom:					Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=	ecore
PORTVERSION=	0.9.9.018
PORTREVISION=	0
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_AUTOTOOLS=	libtool: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>
OpenPOWER on IntegriCloud