2006-10-22 05:00:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2006/10/22 09:00:43 jasper Exp $
|
2006-06-12 09:05:27 -04:00
|
|
|
|
|
|
|
COMMENT= "light-weight scripting language with C-like syntax"
|
|
|
|
|
2006-10-22 05:00:43 -04:00
|
|
|
DISTNAME= arena-0.9.8
|
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>
|