pkgsrc/devel/guile-gtk/Makefile
jlam 6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00

31 lines
882 B
Makefile

# $NetBSD: Makefile,v 1.29 2006/03/05 16:27:24 jlam Exp $
#
DISTNAME= guile-gtk-0.40.91
PKGREVISION= 2
CATEGORIES= devel x11
MASTER_SITES= http://www.ir.bbn.com/~gdt/pkgsrc-wip/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/guile-gtk/
COMMENT= Library to make GTK 1.2 accessible from guile
USE_LIBTOOL= yes
USE_TOOLS+= makeinfo
GNU_CONFIGURE= yes
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
INFO_FILES= guile-gtk.info
# Skip glade, because it pulls in gnome-libs.
# Later, make a new package for just the glade parts,
# or a BUILD_DEF.
# glade-config may be in ${LOCALBASE}/bin, so force not using it.
CONFIGURE_ARGS+= --without-glade
# .include "../../devel/libglade/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"