blob: 1941da8d120f4fff135015f71d9a2911b9413c91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$
PORTNAME= libee
PORTVERSION= 0.4.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
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>
|