2015-11-24 09:11:02 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2015/11/24 09:11:05 jasper Exp $
|
2006-06-12 13:05:27 +00:00
|
|
|
|
2007-09-16 00:27:05 +00:00
|
|
|
COMMENT= lightweight scripting language with C-like syntax
|
2006-06-12 13:05:27 +00:00
|
|
|
|
2007-09-18 18:39:07 +00:00
|
|
|
DISTNAME= arena-0.9.13
|
2014-10-26 14:02:48 +00:00
|
|
|
REVISION= 2
|
2006-06-12 13:05:27 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
|
2006-09-18 18:53:32 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
2006-06-12 13:05:27 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
|
2015-11-24 09:11:02 +00:00
|
|
|
MASTER_SITES= https://distfiles.nl/
|
2006-06-12 13:05:27 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
2013-03-11 11:20:26 +00:00
|
|
|
TEST_TARGET= test
|
2006-06-12 13:05:27 +00:00
|
|
|
|
2012-04-19 06:46:41 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/arena/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.are ${PREFIX}/share/examples/arena/
|
|
|
|
|
2006-06-12 13:05:27 +00:00
|
|
|
.include <bsd.port.mk>
|