opnsense-ports/devel/libee/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
571 B
Makefile

# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$
PORTNAME= libee
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.libee.org/files/download/
MAINTAINER= brd@FreeBSD.org
COMMENT= Event expression library inspired by CEE
LIB_DEPENDS= libestr.so:${PORTSDIR}/devel/libestr
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USES= libtool
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>