91eeef8218
Patch provided by Leonardo Taccari in PR 39142. While here define test target, confirmed to pass all tests on NetBSD/i386 4.0. Version 0.9.13 04 Sep 2007 - make static methods calling each other work correctly Version 0.9.12 19 Aug 2007 - change system() library function to return raw exit code Version 0.9.11 14 Aug 2007 - change signature type to also contain the function name - add function_name() library function Version 0.9.10 07 Jan 2007 - fix documentation of gmtime() and localtime() to list needed argument - add mputstring() and mgetstring() library functions - add cfloat() library function for calling C function that expect "float" instead of "double"
17 lines
376 B
Makefile
17 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/07/18 13:56:42 obache Exp $
|
|
|
|
DISTNAME= arena-0.9.13
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.minimalinux.org/arena/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.minimalinux.org/arena/
|
|
COMMENT= ANSI C like scripting language
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|