2009-11-13 02:08:43 +00:00
|
|
|
# Ports collection makefile for: qore
|
|
|
|
# Date created: 12 November 2009
|
|
|
|
# Whom: B. Estrade <estrabd@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= qore
|
2010-07-07 11:55:24 +00:00
|
|
|
PORTVERSION= 0.8.0
|
2009-11-13 02:08:43 +00:00
|
|
|
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
|
|
|
|
|
2010-05-16 09:18:55 +00:00
|
|
|
USE_OPENSSL= yes
|
2009-11-13 02:08:43 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2009-11-24 14:53:17 +00:00
|
|
|
CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex"
|
2009-11-13 02:08:43 +00:00
|
|
|
CONFIGURE_ARGS= --disable-debug --disable-static
|
|
|
|
|
|
|
|
MAN1= qore.1
|
|
|
|
|
2010-04-01 06:17:07 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "powerpc"
|
|
|
|
BROKEN= Does not compile on powerpc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|