Files
Björn Lemke 4dffb2d277 devel/lfcxml: update 1.3.7 -> 1.3.8
- Patches added for pretty printing xml string
2024-12-11 20:13:21 +01:00

22 lines
431 B
Makefile

PORTNAME= lfcxml
PORTVERSION= 1.3.8
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= C++ XML library, used for databases/cego
WWW= https://www.lemke-it.com/
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>