pkgsrc/lang/tinyscheme/Makefile
asau cc7b50d46d Update to TinyScheme 1.39
Changes:

Version 1.39
     Drew Yao fixed buffer overflow problems in mk_sharp_const.
Version 1.38
     Interim release until the rewrite, mostly incorporating modifications from
     Kevin Cozens. Small addition for Cygwin in the makefile, and modifications
     by Andrew Guenther for Apple platforms.
Version 1.37
     Joe Buehler submitted reserve_cells.
Version 1.36
     Joe Buehler fixed a patch in the allocator.
     Alexander Shendi moved the comment handling in the scanner, which
     fixed an obscure bug for which Mike E had provided a patch as well.
     Kevin Cozens has submitted some fixes and modifications which have not
     been incorporated yet in their entirety.
2010-08-12 10:22:40 +00:00

20 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.12 2010/08/12 10:22:40 asau Exp $
DISTNAME= tinyscheme1.39
PKGNAME= tinyscheme-1.39
CATEGORIES= lang
MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=tinyscheme/)
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tinyscheme.sourceforge.net/home.html
COMMENT= R5RS small embeddable scheme implementation
LICENSE= modified-bsd
MAKE_FILE= makefile
USE_LIBTOOL= yes
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin include lib share/tinyscheme
.include "../../mk/bsd.pkg.mk"