freebsd-ports/textproc/xqilla/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

26 lines
485 B
Makefile

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