freebsd-ports/lang/arena/Makefile
Baptiste Daroussin f329319eb5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:13:58 +00:00

20 lines
435 B
Makefile

# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
# $FreeBSD$
PORTNAME= arena
PORTVERSION= 0.9.13
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.minimalinux.org/arena/
MAINTAINER= novel@FreeBSD.org
COMMENT= C-like scripting language with automatic memory management
GNU_CONFIGURE= yes
.if defined(WITH_PCRE)
LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
CONFIGURE_ARGS+= --enable-pcre
.endif
.include <bsd.port.mk>