freebsd-ports/textproc/libnxml/Makefile
2021-04-06 16:31:07 +02:00

22 lines
524 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
PORTNAME= libnxml
PORTVERSION= 0.18.3
PORTREVISION= 4
CATEGORIES= textproc devel
MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
MAINTAINER= nivit@FreeBSD.org
COMMENT= C library for writing XML 1.0/1.1 files or streams
LIB_DEPENDS= libcurl.so:ftp/curl
USES= libtool pathfix
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
.include <bsd.port.mk>