freebsd-ports/textproc/libnxml/Makefile
Rong-En Fan 29e7dd7841 - Update to 0.13
- s,INSTALLS_SHLIB,USE_LDCONFIG,

PR:		ports/103323
Submitted by:	Nicola Vitale <nivit at email.it> (maintainer)
2006-09-17 11:59:44 +00:00

29 lines
665 B
Makefile

# New ports collection makefile for: libnxml
# Date created: 2006-04-09
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= libnxml
PORTVERSION= 0.13
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"
USE_LDCONFIG= yes
WANT_GNOME= yes
pre-patch:
${gnomehack_PRE_PATCH}
.include <bsd.port.mk>