bbc677a10f
* Require gtk+-2.4. * The framerate limiter is more accurate and is by default enabled at 100 fps. * Faster collection loading, the file is now mmapped. * Slovak translation. Changes 1.8.3: * New menu item to open the current image directory menu. * The PageUp and PageDown can be used to switch images. * Fixed a thinko in the case where automatic centering is disabled. * Transitions can be disabled in a more intuitive way.
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/11/30 16:13:53 adam Exp $
|
|
|
|
DISTNAME= gliv-1.8.4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://guichaz.free.fr/gliv/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://guichaz.free.fr/gliv/
|
|
COMMENT= OpenGL image viewer
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../graphics/gtkglext/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|