# Created by: Nicola Vitale	<nivit@email.it>
# $FreeBSD: textproc/libnxml/Makefile 327773 2013-09-20 23:17:30Z bapt $

PORTNAME=	libnxml
PORTVERSION=	0.18.3
PORTREVISION=	2
CATEGORIES=	textproc devel
MASTER_SITES=	http://www.autistici.org/bakunin/libnxml/ \
		http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	A C library for writing XML 1.0/1.1 files or streams

LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl

GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

USE_LDCONFIG=	yes

WANT_GNOME=	yes

NO_STAGE=	yes
pre-patch:
	${gnomehack_PRE_PATCH}

.include <bsd.port.mk>
