24 lines
466 B
Makefile
24 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.17 2020/01/26 11:14:32 jasper Exp $
|
|
|
|
COMMENT= lightweight scripting language with C-like syntax
|
|
|
|
DISTNAME= arena-0.9.13
|
|
REVISION= 3
|
|
CATEGORIES= lang
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c m
|
|
|
|
MASTER_SITES= https://distfiles.sigtrap.nl/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
TEST_TARGET= test
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/arena/
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.are ${PREFIX}/share/examples/arena/
|
|
|
|
.include <bsd.port.mk>
|