2009-11-13 03:08:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qore
|
2013-03-23 07:55:44 +01:00
|
|
|
PORTVERSION= 0.8.7
|
2009-11-13 03:08:43 +01:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= SF/qore/qore/${PORTVERSION}/
|
|
|
|
|
|
|
|
MAINTAINER= estrabd@gmail.com
|
|
|
|
COMMENT= The Qore Programming Language
|
|
|
|
|
2011-11-23 07:21:45 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2009-11-13 03:08:43 +01:00
|
|
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
|
2012-12-10 01:12:35 +01:00
|
|
|
mpfr:${PORTSDIR}/math/mpfr
|
2009-11-13 03:08:43 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
|
|
|
|
${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
|
|
|
|
|
2011-11-23 07:21:45 +01:00
|
|
|
USE_BZIP2= yes
|
2012-12-10 01:12:35 +01:00
|
|
|
USE_GMAKE= yes
|
2013-04-27 13:59:28 +02:00
|
|
|
USES= pathfix iconv
|
2010-05-16 11:18:55 +02:00
|
|
|
USE_OPENSSL= yes
|
2009-11-13 03:08:43 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2012-12-10 01:12:35 +01:00
|
|
|
|
|
|
|
CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" \
|
|
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
|
|
|
PTHREAD_CFLAGS="${PTRHEAD_CFLAGS}"
|
|
|
|
CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2009-11-13 03:08:43 +01:00
|
|
|
|
|
|
|
MAN1= qore.1
|
2013-03-23 07:55:44 +01:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2012-12-10 01:12:35 +01:00
|
|
|
|
2013-09-20 21:53:09 +02:00
|
|
|
NO_STAGE= yes
|
2010-04-01 08:17:07 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "powerpc"
|
|
|
|
BROKEN= Does not compile on powerpc
|
|
|
|
.endif
|
|
|
|
|
2012-12-10 01:12:35 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|; make|; $${MAKE}|g' ${WRKSRC}/Makefile.in
|
|
|
|
|
2010-04-01 08:17:07 +02:00
|
|
|
.include <bsd.port.post.mk>
|