2006-06-15 14:54:57 +00:00
|
|
|
# New ports collection makefile for: arena
|
|
|
|
# Date created: 2006-06-15
|
|
|
|
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= arena
|
2007-02-11 12:59:25 +00:00
|
|
|
PORTVERSION= 0.9.10
|
2006-06-15 14:54:57 +00:00
|
|
|
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
|
|
|
|
MAN1= arena.1
|
|
|
|
|
2006-06-30 08:42:25 +00:00
|
|
|
.if defined(WITH_PCRE)
|
|
|
|
LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
CONFIGURE_ARGS+= --enable-pcre
|
|
|
|
.endif
|
|
|
|
|
2006-06-15 14:54:57 +00:00
|
|
|
.include <bsd.port.mk>
|