aboutsummaryrefslogtreecommitdiff
path: root/devel/lfcxml/Makefile
blob: 79ba511f3d24e87e7ef032b8f726963c6efc840c (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
# New ports collection makefile for:	cego-xml
# Date created:				Jun 12, 2010
# Whom:					Kurt Jaeger <fbsd-ports@opsec.eu>
#
# $FreeBSD$

PORTNAME=	lfcxml
PORTVERSION=	1.0.23
CATEGORIES=	devel
MASTER_SITES=	http://www.lemke-it.com/

MAINTAINER=	fbsd-ports@opsec.eu
COMMENT=	C++ XML library, used for databases/cego

LIB_DEPENDS=	lfc.1:${PORTSDIR}/devel/lfc

LICENSE=	GPLv2
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG=	yes
USE_AUTOTOOLS=	autoconf:env

.include <bsd.port.mk>