openbsd-ports/graphics/xzgv/Makefile
alek 57b5969b4f Import xzgv 0.8
xzgv is a picture viewer for X, with a thumbnail-based file selector.
It uses GTK+ and Imlib. Most file formats are supported, and the
thumbnails used are compatible with xv, zgv, and the Gimp. It can also
be used with `xzgv file(s)', to effectively bypass the file selector.

From Julian Leyh <oenone@oenone.de>
2005-05-22 11:32:11 +00:00

33 lines
735 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/05/22 11:32:11 alek Exp $
COMMENT= "picture viewer for X, with thumbnail-based file selector"
DISTNAME= xzgv-0.8
CATEGORIES= graphics
HOMEPAGE= http://rus.members.beeb.net/xzgv.html
MAINTAINER= Julian Leyh <oenone@oenone.de>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/viewers/X/
MODULES= devel/gettext
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+ \
jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
png.2::graphics/png \
ungif.5::graphics/libungif \
gdk_imlib.19::graphics/imlib
WANTLIB= Xi Xext X11 m c z glib gmodule
NO_REGRESS= Yes
.include <bsd.port.mk>