freebsd-ports/devel/lfcxml/Makefile
Bjoern Lemke dc79d40d03 devel/lfcxml: update 1.3.2 -> 1.3.3
- New generated xml parser with dragon-1.5.5
2021-06-06 13:38:05 +02:00

20 lines
399 B
Makefile

PORTNAME= lfcxml
PORTVERSION= 1.3.3
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= C++ XML library, used for databases/cego
LICENSE= GPLv3
LIB_DEPENDS= liblfcbase.so:devel/lfcbase
USES= libtool
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>