diff options
author | agc <agc@pkgsrc.org> | 1999-08-06 09:43:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-06 09:43:30 +0000 |
commit | 39e7c9e4b364f4ea6cb31075a5081af95502c221 (patch) | |
tree | a045a130ed5babc76f7e1b3d9655f78df5d108ce /lang/siod/Makefile | |
parent | cca645f027e5100c31d1a6c04fb4193678c81fa4 (diff) | |
download | pkgsrc-39e7c9e4b364f4ea6cb31075a5081af95502c221.tar.gz |
Initial import of SIOD 3.4, Scheme in One Day/Defun, a small-footprint
implementation of the Scheme programming language, into the NetBSD
packages collection.
This package as marked as being only for Solaris at the moment because
it is, as yet, untested on NetBSD.
Diffstat (limited to 'lang/siod/Makefile')
-rw-r--r-- | lang/siod/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lang/siod/Makefile b/lang/siod/Makefile new file mode 100644 index 00000000000..dac20be1686 --- /dev/null +++ b/lang/siod/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/08/06 09:43:30 agc Exp $ + +DISTNAME= siod +PKGNAME= siod-3.0 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.std.com/pub/gjc/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= ftp://ftp.std.com/pub/gjc/siod.html + +ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD + +NO_WRKSUBDIR= yes +MAKEFILE= makefile +ALL_TARGET= ${OPSYS} +MAKE_ENV+= CC=${CC} + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +MAKE_ENV+= CPPFLAGS= +.endif + +.include "../../mk/bsd.pkg.mk" |