pkgsrc/devel/guile-slib/Makefile
drochner 38d2a6663d The 3a2 distfiles are not available anymore, so update to 3a4.
Many changes, the most notable appear to be improved DFT support,
addition of SRFI-94 (Type-Restricted Numerical Functions) and
SRFI-23 (Error reporting mechanism), and some cleanup/fixing.
See the ANNOUNCE file for details.

There are reports that the 3a4 version breaks gnucash on Debian;
neither wiz nor me could reproduce this.
2007-02-07 19:39:52 +00:00

29 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.33 2007/02/07 19:39:53 drochner Exp $
DISTNAME= guile-slib-3.1.4
CATEGORIES= devel
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html
COMMENT= SLIB glue files for guile 1.6
DEPENDS+= slib>=3.1.2nb1:../../devel/slib
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= share/guile
do-install:
${LN} -sf ${PREFIX}/share/slib ${PREFIX}/share/guile/slib
${RM} -f ${PREFIX}/share/guile/slibcat
cd ${PREFIX}/share/guile/slib; \
guile -q -l guile.init -c \
"(require 'new-catalog)"
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"