# New ports collection makefile for:	libee
# Date created:		2011-06-20
# Whom:			Jim Riggs <ports@christianserving.org>
#
# $FreeBSD: ports/devel/libee/Makefile,v 1.3 2012/01/17 01:30:37 pgollucci Exp $
#

PORTNAME=	libee
PORTVERSION=	0.3.2
CATEGORIES=	devel
MASTER_SITES=	http://www.libee.org/files/download/

MAINTAINER=	pgollucci@FreeBSD.org
COMMENT=	An event expression library inspired by CEE

LIB_DEPENDS=	estr:${PORTSDIR}/devel/libestr

MAKE_JOBS_UNSAFE=	yes

USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr"
CONFIGURE_ARGS+=	--prefix="${PREFIX}" --disable-testbench

.include <bsd.port.mk>
