freebsd-ports/textproc/libnxml/Makefile

24 lines
536 B
Makefile
Raw Normal View History

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= libnxml
2009-01-26 11:04:59 +01:00
PORTVERSION= 0.18.3
PORTREVISION= 4
CATEGORIES= textproc devel
2008-02-21 14:03:01 +01:00
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>