# $FreeBSD: head/lang/qore/Makefile 413746 2016-04-21 16:43:14Z swills $ PORTNAME= qore PORTVERSION= 0.8.11 CATEGORIES= lang MASTER_SITES= SF/qore/qore/${PORTVERSION}/ MAINTAINER= estrabd@gmail.com COMMENT= The Qore Programming Language LICENSE= GPLv2 BROKEN_powerpc64= Does not build LIB_DEPENDS= libpcre.so:devel/pcre \ libmpfr.so:math/mpfr BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ ${LOCALBASE}/bin/bison:devel/bison USES= gmake iconv libtool pathfix tar:bzip2 USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" PTHREAD_LIBS="-lpthread" CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= PORTVERSION=${PORTVERSION} INSTALL_TARGET= install-strip .include .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif post-patch: ${REINPLACE_CMD} -e 's|; make|; $${MAKE}|g' ${WRKSRC}/Makefile.in .include