2006-09-18 14:53:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2006/09/18 18:53:32 jasper Exp $
|
2006-06-12 09:05:27 -04:00
|
|
|
|
|
|
|
COMMENT= "light-weight scripting language with C-like syntax"
|
|
|
|
|
2006-09-18 14:53:32 -04:00
|
|
|
DISTNAME= arena-0.9.7
|
2006-06-12 09:05:27 -04:00
|
|
|
CATEGORIES= lang
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.minimalinux.org/arena/
|
|
|
|
|
2006-09-18 14:53:32 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
2006-06-12 09:05:27 -04:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|