aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libnxml/Makefile
blob: 7235808dafe5d0acd98fd507b330bf69f95b42b2 (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
24
25
26
27
28
29
# 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>