2003-07-17 23:21:03 +02:00
|
|
|
# $NetBSD: Makefile,v 1.17 2003/07/17 21:31:03 grant Exp $
|
2000-02-23 21:36:47 +01:00
|
|
|
|
Update guile-slib and slib to version 2.4.2 (slib-2d2). Changes from
version 2c8 include:
New initialization files for DrScheme, Guile, and Scheme48-0.57.
New modules: coerce.scm (implementation of Common Lisp coerce and type-of),
differ.scm (O(NP) sequence comparison algorithm), http-cgi.scm (Service HTTP
and CGI requests), pnm.scm (Read PNM image files), simetrix.scm (SI metric
interchange format), srfi-1.scm, srfi.scm, and uri.scm (the URI functions
from db2html.scm and some new ones).
scmactst.scm, struct.scm, and structst.scm were removed due to lack
of license.
Package update provided by Eric Gillespie Jr. <epg@trantor.pretzelnet.org>
in pkg/14008.
2001-10-03 11:08:37 +02:00
|
|
|
DISTNAME= guile-slib-2.4.2
|
2003-07-13 15:50:19 +02:00
|
|
|
PKGREVISION= 3
|
2000-02-23 21:36:47 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= jlam@NetBSD.org
|
2000-02-23 21:36:47 +01:00
|
|
|
HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= SLIB installation for guile Scheme interpreter
|
2000-02-23 21:36:47 +01:00
|
|
|
|
2002-10-22 17:32:37 +02:00
|
|
|
DEPENDS+= slib>=2.4.2:../../devel/slib
|
2000-02-23 21:36:47 +01:00
|
|
|
|
2002-09-24 11:38:38 +02:00
|
|
|
USE_BUILDLINK2= yes
|
2000-02-23 21:36:47 +01:00
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2003-01-24 13:17:21 +01:00
|
|
|
PLIST_SUBST+= GUILE14_SUBDIR=${GUILE14_SUBDIR}
|
2003-01-16 03:26:10 +01:00
|
|
|
|
2000-02-23 21:36:47 +01:00
|
|
|
do-install:
|
2003-01-24 05:24:49 +01:00
|
|
|
${LN} -sf ${PREFIX}/share/slib ${GUILE14_PREFIX}/share/guile/slib
|
|
|
|
cd ${GUILE14_PREFIX}/share/guile/slib; \
|
|
|
|
${GUILE14} -q -s ${FILESDIR}/gencat.scm
|
2000-02-23 21:36:47 +01:00
|
|
|
|
2003-01-07 04:56:17 +01:00
|
|
|
.include "../../lang/guile14/buildlink2.mk"
|
2000-02-23 21:36:47 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|