opnsense-ports/devel/lfcxml/Makefile
Franco Fichtner cb07a35399 */*: sync with upstream
Taken from: HardenedBSD
2017-11-18 07:44:25 +01:00

22 lines
412 B
Makefile

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