pkgsrc/devel/guile-slib/Makefile

36 lines
1 KiB
Makefile
Raw Normal View History

2009-09-10 00:56:50 +02:00
# $NetBSD: Makefile,v 1.40 2009/09/09 22:56:50 wiz Exp $
2009-09-10 00:56:50 +02:00
DISTNAME= guile-slib-3.2.2
CATEGORIES= devel
MASTER_SITES= # empty
DISTFILES= # empty
2005-10-17 01:42:16 +02:00
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html
2007-06-12 15:35:12 +02:00
COMMENT= SLIB glue files for guile 1.8
# This does not quite work. The problem is that new-catalog writes
# the catalog in /usr/pkg/share/guile/site, rarther than the proper
# place in the destdir.
#PKG_DESTDIR_SUPPORT= user-destdir
2009-09-10 00:56:50 +02:00
DEPENDS+= slib>=3.2.2:../../devel/slib
2005-10-26 11:20:19 +02:00
NO_BUILD= yes
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= share/guile share/guile/site
do-install:
${LN} -sf ${PREFIX}/share/slib \
${DESTDIR}${PREFIX}/share/guile/site/slib
${RM} -f ${DESTDIR}${PREFIX}/share/guile/slibcat
cd ${DESTDIR}${PREFIX}/share/guile/site/slib && \
GUILE_LOAD_PATH=${PREFIX}/share \
guile -q -c "(begin (use-modules (ice-9 slib)) (require 'new-catalog))"
# Our 1.8.2 package applies a necessary patch.
BUILDLINK_API_DEPENDS.guile+= guile>=1.8.2
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"