0513f6d1b7
Makefile
18 lines
473 B
Makefile
18 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/07/07 20:35:53 agc Exp $
|
|
|
|
DISTNAME= tinyscheme-1.35
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://tinyscheme.sourceforge.net/
|
|
|
|
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"
|