c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
30 lines
812 B
Makefile
30 lines
812 B
Makefile
# $NetBSD: Makefile,v 1.27 2004/10/03 00:13:26 tv Exp $
|
|
|
|
DISTNAME= g-wrap-1.3.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnucash.org/
|
|
COMMENT= Tool for importing types, functions, and constants into guile
|
|
|
|
DEPENDS+= guile-slib>=2.4.2:../../devel/guile-slib
|
|
|
|
USE_BUILDLINK3= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
MAKE_ENV+= GUILE14_SUBDIR=${GUILE14_SUBDIR:Q}
|
|
|
|
USE_MAKEINFO= YES
|
|
INFO_FILES= g-wrap.info
|
|
|
|
CONFIGURE_ARGS+= --with-modules-dir=${PREFIX}/${GUILE14_SUBDIR}/share/guile
|
|
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
|
|
|
|
.include "../../devel/glib/buildlink3.mk"
|
|
.include "../../lang/guile14/buildlink3.mk"
|
|
.include "../../devel/guile-gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|