2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@email.it>
|
2006-04-09 20:02:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libnxml
|
2009-01-26 11:04:59 +01:00
|
|
|
PORTVERSION= 0.18.3
|
2014-08-05 16:56:15 +02:00
|
|
|
PORTREVISION= 3
|
2006-04-09 20:02:57 +02:00
|
|
|
CATEGORIES= textproc devel
|
2008-02-21 14:03:01 +01:00
|
|
|
MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \
|
2006-04-09 20:02:57 +02:00
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
|
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2014-07-14 20:42:04 +02:00
|
|
|
COMMENT= C library for writing XML 1.0/1.1 files or streams
|
2006-04-09 20:02:57 +02:00
|
|
|
|
2014-07-14 20:42:04 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
2006-04-09 20:02:57 +02:00
|
|
|
|
2014-08-05 16:56:15 +02:00
|
|
|
USES= libtool pathfix
|
2006-04-09 20:02:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-04-09 20:02:57 +02:00
|
|
|
|
2006-09-17 13:59:44 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-09 20:02:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|