pkgsrc/devel/g-wrap/Makefile
gdt 0325b5d17e Update to 1.9.14.
Drop patch-aa, as
./work/.destdir/usr/pkg/share/guile/site/g-wrap/ws
is created by the install without help.

Version 1.9.14

    - Guile 2.0 is now supported.

    - G-Wrap no longer ships SRFI 34 and SRFI 35 implementations, as
      these have been both provided by Guile since 1.8.3.

Version 1.9.13

    - Fix the dependency declaration on libffi in the g-wrap-2.0-guile
      pkg-config file.

    - An alignment issue leading to testsuite failures on sparc has
      been fixed.

    - The g-wrap-config manpage from the Debian package is now
      included in the source, and installed.
2011-12-05 03:34:10 +00:00

29 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.59 2011/12/05 03:34:10 gdt Exp $
DISTNAME= g-wrap-1.9.14
CATEGORIES= devel
MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.nongnu.org/g-wrap/
COMMENT= Tool for generating guile wrappers for C code
PKG_DESTDIR_SUPPORT= user-destdir
# not sure
#MAKE_JOBS_SAFE= no
DEPENDS+= guile-lib>=0.1.2:../../devel/guile-lib
GNU_CONFIGURE= YES
USE_TOOLS+= gmake makeinfo pkg-config
USE_LIBTOOL= YES
TEST_TARGET= check
INFO_FILES= YES
INSTALLATION_DIRS= share/guile/site/g-wrap/guile/ws
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"