1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/lfcxml/Makefile
William Grzybowski c84c4c2e45 devel/lfcxml: update to 1.1.6
PR:		ports/186125
Submitted by:	maintainer
2014-02-01 11:43:49 +00:00

23 lines
460 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= lfcxml
PORTVERSION= 1.1.6
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= C++ XML library, used for databases/cego
LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:env
.include <bsd.port.mk>