Files
ports/devel/lfcxml/Makefile
T
Kurt Jaeger 27935947f3 devel/lfcxml: update 1.3.1 -> 1.3.2
- Changed parser table to be static again ( was changed to dynamic
  because of some memory allocation investigations ) Also this solves
  the compile issue for Linux compiles

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-12-05 20:23:17 +00:00

23 lines
412 B
Makefile

# $FreeBSD$
PORTNAME= lfcxml
PORTVERSION= 1.3.2
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>