freebsd-ports/textproc/xqilla/Makefile

27 lines
485 B
Makefile
Raw Normal View History

# 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
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
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>