guile-lib 0.1.6 -- 2007-09-24 ============================= * New module: (apicheck). * New module: (sxml fold). * Improved support for parsing Texinfo. * Better automatic documentation via (texinfo reflection). * Limited support for transforming Docbook to Texinfo. * Guile-Lib now has API regression tests. * Bugfixes guile-lib 0.1.5 -- 2007-08-09 ============================= * New module (container async-queue). * Fixes for Guile 1.8
44 lines
1.5 KiB
Makefile
44 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2009/02/19 18:22:22 gdt Exp $
|
|
|
|
DISTNAME= guile-lib-0.1.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.gna.org/guile-lib/
|
|
# http://download.savannah.nongnu.org/releases/guile-lib/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/guile-lib/
|
|
COMMENT= Library functions for Guile, implemented in Scheme
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= gmake makeinfo
|
|
TEXINFO_REQD= 4.2
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
# guile-lib uses the install(1) feature that missing intermediate
|
|
# directories are created automatically, which e.g. NetBSD's doesn't
|
|
# support, so we have to precreate the directories
|
|
INSTALLATION_DIRS+= share/guile/site/config
|
|
INSTALLATION_DIRS+= share/guile/site/container
|
|
INSTALLATION_DIRS+= share/guile/site/debugging
|
|
INSTALLATION_DIRS+= share/guile/site/graph
|
|
INSTALLATION_DIRS+= share/guile/site/io
|
|
INSTALLATION_DIRS+= share/guile/site/logging
|
|
INSTALLATION_DIRS+= share/guile/site/math
|
|
INSTALLATION_DIRS+= share/guile/site/os
|
|
INSTALLATION_DIRS+= share/guile/site/scheme
|
|
INSTALLATION_DIRS+= share/guile/site/search
|
|
INSTALLATION_DIRS+= share/guile/site/srfi
|
|
INSTALLATION_DIRS+= share/guile/site/string
|
|
INSTALLATION_DIRS+= share/guile/site/sxml
|
|
INSTALLATION_DIRS+= share/guile/site/sxml/ssax
|
|
INSTALLATION_DIRS+= share/guile/site/sxml/upstream
|
|
INSTALLATION_DIRS+= share/guile/site/term
|
|
INSTALLATION_DIRS+= share/guile/site/texinfo
|
|
INSTALLATION_DIRS+= share/guile/site/text
|
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|