pkgsrc/lang/tinyscheme/Makefile

19 lines
479 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2011/04/16 16:10:59 asau Exp $
DISTNAME= tinyscheme-1.40
CATEGORIES= lang
MASTER_SITES= $(MASTER_SITE_SOURCEFORGE:=tinyscheme/)
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tinyscheme.sourceforge.net/home.html
COMMENT= R5RS small embeddable scheme implementation
LICENSE= modified-bsd
2006-09-09 04:41:53 +02:00
MAKE_FILE= makefile
USE_LIBTOOL= yes
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin include lib share/tinyscheme
2007-03-24 20:21:18 +01:00
.include "../../mk/bsd.pkg.mk"