pkgsrc-wip/flimp/Makefile
Johannes Hofmann cfbc44fd64 update to flimp-0.0.10
From Changelog:
* Fix ExternalGui on Linux.
  It has never worked on Linux, as bidirectional popen()
  is *BSD specific (noticed by George Kourousias).
* Remove image file patterns from file_chooser.
* Fix various memory leaks.
2009-11-06 19:55:48 +00:00

24 lines
651 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/11/06 19:55:48 jh88 Exp $
#
DISTNAME= flimp-0.0.10
CATEGORIES= graphics
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/flimp.html
COMMENT= Generic GUI for image manipulation
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
DEPENDS+= pnmcurve-[0-9]*:../../wip/pnmcurve
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"