pkgsrc/textproc/gdome2/Makefile
reed 7a7fc9777d gdome2 uses libtool, so use USE_LIBTOOL=YES.
Bump PKGREVISION as the share library versioning changes.

Bump BUILDLINK_DEPENDS.gdome2 required.

And bump PKGREVISION for its only dependency: ntop.

This fixes build issue for ntop. (Before this fix,
gdome2's libgdome.la file listed .la files for libiconv
and libz, but on some systems using native versions they
didn't exist.)

This will close PR #29525.
2005-10-12 21:22:08 +00:00

20 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/10/12 21:22:08 reed Exp $
DISTNAME= gdome2-0.8.1
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://gdome2.cs.unibo.it/tarball/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://gdome2.cs.unibo.it/
COMMENT= Gnome DOM (Document Object Model) engine
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= ${WRKSRC}/gdome2.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"