6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
25 lines
526 B
Makefile
25 lines
526 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.26
|
|
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
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= autoconf:env
|
|
|
|
.include <bsd.port.mk>
|