aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/iksemel/Makefile
blob: f86701e8804d7b30dd570a8e9adbe71c0d3d8cb7 (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
# New ports collection makefile for:    iksemel
# Date created:         24 April 2006
# Whom:             trasz
#
# $FreeBSD$
#

PORTNAME=   iksemel
PORTVERSION=    1.2
PORTREVISION=   2
CATEGORIES= textproc
MASTER_SITES=   http://jabberstudio.2nw.net/iksemel/

MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT=    XML parser library mainly designed for Jabber applications

LIB_DEPENDS=    gnutls.15:${PORTSDIR}/security/gnutls

USE_AUTOTOOLS=  libtool:15
USE_GETOPT_LONG=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG=   yes

INFO=   iksemel

.include <bsd.port.mk>