freebsd-ports/lang/qore/Makefile
Martin Wilke e4f3d2c40d - Fix build
PR:		140536
Submitted by:	"B. Estrade" <estrabd@gmail.com> (maintainer)
2009-11-24 14:53:17 +00:00

28 lines
661 B
Makefile

# Ports collection makefile for: qore
# Date created: 12 November 2009
# Whom: B. Estrade <estrabd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= qore
PORTVERSION= 0.7.6
CATEGORIES= lang
MASTER_SITES= SF/qore/qore/${PORTVERSION}/
MAINTAINER= estrabd@gmail.com
COMMENT= The Qore Programming Language
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
xml2:${PORTSDIR}/textproc/libxml2
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex"
CONFIGURE_ARGS= --disable-debug --disable-static
MAN1= qore.1
.include <bsd.port.mk>