1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/libnxml/Makefile
Cheng-Lung Sung 6a6730ec88 - update to 0.12
PR:		ports/100198
Submitted by:	maintainer (Nicola Vitale)
2006-07-13 08:35:53 +00:00

30 lines
667 B
Makefile

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