24 lines
545 B
Makefile
24 lines
545 B
Makefile
# 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>
|