aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libnxml/Makefile
blob: 4ad917ff7fb25ea612718201e5342a8e155a3552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$

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

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

LIB_DEPENDS=    libcurl.so:ftp/curl

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

USE_LDCONFIG=   yes

.include <bsd.port.mk>