2006-04-09 20:02:57 +02:00
|
|
|
# New ports collection makefile for: libnxml
|
|
|
|
# Date created: 2006-04-09
|
|
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libnxml
|
2006-11-09 00:36:25 +01:00
|
|
|
PORTVERSION= 0.15
|
2006-04-09 20:02:57 +02:00
|
|
|
CATEGORIES= textproc devel
|
|
|
|
MASTER_SITES= http://www2.autistici.org/bakunin/libnxml/ \
|
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
|
|
|
|
|
|
|
|
MAINTAINER= nivit@email.it
|
|
|
|
COMMENT= A C library for writing XML 1.0/1.1 files or streams
|
|
|
|
|
|
|
|
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I/${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
|
|
|
|
2006-09-17 13:59:44 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-09 20:02:57 +02:00
|
|
|
|
|
|
|
WANT_GNOME= yes
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
${gnomehack_PRE_PATCH}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|