pkgsrc/devel/monotone-viz/Makefile
dan eeb69c6e73 update to 0.14.
we use a shared sqlite, but new-sqlite can read old-sqlite files for
users of monotone 0.25 which still uses the pre-3.3 internal sqlite.

From the NEWS file:

0.14:
- support new format of monotone db (using BLOBs instead of base64 encoding)
  /!\ these newer monotones (after 0.26pre2) use sqlite 3.3, if you're building
      monotone-viz with a shared sqlite lib, make sure it is compatible !
- display a nice dialog when the database is locked (e.g. during netsync)
- when a revision has a tag cert, use it as label instead of the revision's id


0.13:
- support monotone 0.26pre1 (it still works fine with monotone <= 0.25)
- stop displaying `disapprove' nodes in a special way (this allows a faster
  loading of the database)
2006-03-06 22:58:57 +00:00

28 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/03/06 22:58:57 dan Exp $
#
DISTNAME= monotone-viz-0.14
CATEGORIES= devel
MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://oandrieu.nerim.net/monotone-viz/
COMMENT= Visualize monotone ancestry graphs
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-local-lablgtk --with-shared-sqlite
USE_TOOLS+= gmake pkg-config
BUILD_TARGET= monotone-viz
BUILD_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
INSTALLATION_DIRS= bin
do-install:
${CP} ${WRKSRC}/monotone-viz ${PREFIX}/bin
.include "../../lang/ocaml/buildlink3.mk"
.include "../../x11/lablgtk2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../graphics/graphviz/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"