pkgsrc/devel/g-wrap/Makefile
gdt 0f982aecd4 Update to 1.9.15 and switch to guile20
This package had been held at 1.9.14 because 1.9.15 requires guile
2.0.

Changes from 1.9.14:

  G-Wrap now requires Guile 2.0, allows Guile 2.2;

  Requires autoconf >= 2.61, automake >= 1.12, adding /build-aux

  We no longer update Changelog, see G-Wrap's git logs instead

  No free/mark on WCT objects, and remove use of scm_gc_free

  Use scm_module_variable instead of the deprecated scm_sym2var

  The documentation has been restructured, updated and fixed to work with texinfo >= 5.2;

  Removing doc/version.texi - it is generated/updated
2016-09-15 00:01:43 +00:00

36 lines
920 B
Makefile

# $NetBSD: Makefile,v 1.68 2016/09/15 00:01:43 gdt Exp $
DISTNAME= g-wrap-1.9.15
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
LICENSE= gnu-lgpl-v2.1
# standard.c ends up malformed with MAKE_JOBS=4
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 "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
.if ${OPSYS} == "SunOS" || !empty(PKGSRC_COMPILER:Mclang)
CONFIGURE_ARGS+= --disable-Werror
.endif
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../lang/guile20/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"