1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/lang/qore/Makefile
Josh Paetzel bda7f9eb63 Unbreak previous commit, somehow a - slipped in to things between
tinderbox and commit

Feature safe:	yes
Pointyhat to:	jpaetzel
2011-11-23 15:51:09 +00:00

41 lines
862 B
Makefile

# Ports collection makefile for: qore
# Date created: 12 November 2009
# Whom: B. Estrade <estrabd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= qore
PORTVERSION= 0.8.3
CATEGORIES= lang
MASTER_SITES= SF/qore/qore/${PORTVERSION}/
MAINTAINER= estrabd@gmail.com
COMMENT= The Qore Programming Language
LICENSE= GPLv2
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
xml2:${PORTSDIR}/textproc/libxml2
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
LDFLAGS+= -L${LOCALBASE}/lib
USE_BZIP2= yes
USE_OPENSSL= yes
USE_LDCONFIG= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex"
CONFIGURE_ARGS= --disable-debug --disable-static
MAN1= qore.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>