2007-09-22 16:54:36 +02:00
|
|
|
# New ports collection makefile for: xqilla
|
|
|
|
# Date created: Sep 22 2007
|
|
|
|
# Whom: vanilla@
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xqilla
|
2011-11-10 15:22:22 +01:00
|
|
|
PORTVERSION= 2.3.0
|
2010-07-16 15:03:30 +02:00
|
|
|
PORTEPOCH= 1
|
2007-09-22 16:54:36 +02:00
|
|
|
CATEGORIES= textproc
|
2009-08-22 02:37:17 +02:00
|
|
|
MASTER_SITES= SF
|
2007-09-22 16:54:36 +02:00
|
|
|
DISTNAME= XQilla-${PORTVERSION}
|
|
|
|
|
2011-02-25 01:12:00 +01:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2007-09-22 16:54:36 +02:00
|
|
|
COMMENT= An XQuery and XPath2 library
|
|
|
|
|
2011-02-25 01:12:00 +01:00
|
|
|
LIB_DEPENDS= xerces-c.3:${PORTSDIR}/textproc/xerces-c3
|
2007-09-22 16:54:36 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2007-09-22 16:54:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|