pkgsrc/graphics/gimageview/Makefile
simonb 8aec4500b8 Update to 0.2.24. Changes include:
# "Auto fit without zoom in" feature has been fixed.
  # Added "Fit width" and "Fit height" feature.
  # The bug that sometimes mplayer fails to start playing has been fixed.
  # Fixed double freeing bug of JPEG loader.
   (Thanks! > sheepman <sheepman@tcn.zaq.ne.jp>)
  # Fixed a bug in DnD support
    (Thanks! > MINAMI Hirokazu <h_minami@users.sourceforge.net>)
  # Remove trailing slash when create directory.
    (Thanks! > Douglas Brebner <douglas+mail@fang.demon.co.uk>).
  # Updated libexif to 0.5.11.
  # Other code improvements.

The "Remove trailing slash when create directory" change in particular
makes this package work much better under NetBSD.
2003-09-12 01:47:39 +00:00

31 lines
865 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/09/12 01:47:39 simonb Exp $
DISTNAME= gimageview-0.2.24
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmmviewer/}
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://gtkmmviewer.sourceforge.net/
COMMENT= GTK+ based image viewer with tabbed browsing
DEPENDS+= gnome2-dirs>=1.0:../../misc/gnome2-dirs
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_X11= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --disable-xinetest
CONFIGURE_ARGS+= --with-gtk2
.include "../../mk/pthread.buildlink2.mk"
.include "../../x11/gtk2/buildlink2.mk"
.include "../../graphics/mng/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../graphics/librsvg2/buildlink2.mk"
.include "../../graphics/libwmf/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"