freebsd-ports/devel/lfcxml/Makefile
Frederic Culot 855cae4d4b - Update to 1.0.27 [1]
- Pet portlint(1) by moving LICENSE section earlier

Changes:	http://www.lemke-it.com/litnoauth?request=pubcloglfcxml
PR:		ports/170377 [1]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2012-08-06 08:42:27 +00:00

26 lines
527 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.27
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= C++ XML library, used for databases/cego
LICENSE= GPLv2
LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:env
.include <bsd.port.mk>