aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xqilla/Makefile
blob: 109fe9607b57593786fafdc666879b5e06fddfb1 (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
# New ports collection makefile for:        xqilla
# Date created:                 Sep 22 2007
# Whom:                     vanilla@
#
# $FreeBSD$
#

PORTNAME=   xqilla
PORTVERSION=    2.2.4
PORTEPOCH=  1
CATEGORIES= textproc
MASTER_SITES=   SF
DISTNAME=   XQilla-${PORTVERSION}

MAINTAINER= gahr@FreeBSD.org
COMMENT=    An XQuery and XPath2 library

LIB_DEPENDS=    xerces-c.3:${PORTSDIR}/textproc/xerces-c3

USE_GMAKE=  yes
USE_PERL5=  yes
USE_LDCONFIG=   yes
USE_GNOME=  gnometarget
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"

.include <bsd.port.mk>