48285a466d
* New menu entry to open a directory. * Initial Kinyarwanda translation. * Vietnamese translation. * "Pause" as a keybinding to toggle the slideshow. * Files are sorted in natural order, such that 2.jpg comes before 10.jpg. Changes 1.9.2: * Faster loading of collections. * Faster switching between images. * Added an option to keep transformations between images. * Turkish translation
21 lines
525 B
Makefile
21 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/09/07 14:42:10 adam Exp $
|
|
|
|
DISTNAME= gliv-1.9.3
|
|
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_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../graphics/gtkglext/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|