aboutsummaryrefslogtreecommitdiff
path: root/devel/libee/Makefile
blob: c92cf67a022c09e45b9adfee3be5460dbd988ea2 (plain) (blame)
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
29
# Created by: Jim Riggs <ports@christianserving.org>
# $FreeBSD$

PORTNAME=	libee
PORTVERSION=	0.4.1
PORTREVISION=	2
CATEGORIES=	devel
MASTER_SITES=	http://www.libee.org/files/download/

MAINTAINER=	matthew@FreeBSD.org
COMMENT=	Event expression library inspired by CEE

LICENSE=	GPLv2

LIB_DEPENDS=	libestr.so:devel/libestr

MAKE_JOBS_UNSAFE=	yes

USES=		libtool pathfix

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

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>