From 362bd9f829527a9a12b235c46df6d5ed193630a2 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 11 Feb 2006 13:09:21 +0000 Subject: [PATCH] Imported pornview-gtk2 from pkgsrc-wip. PornView is an image and movie viewer/manager with thumbnail previews. Additional features includes thumbnail caching, directory tree views, adjustable zoom, fullscreen view, and slideshow mode. PornView contains no objectionable content. This package is built with GTK+ 2.0 support. Packaged by Leonard Schmidt. --- graphics/pornview-gtk2/DESCR | 7 +++++++ graphics/pornview-gtk2/Makefile | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 graphics/pornview-gtk2/DESCR create mode 100644 graphics/pornview-gtk2/Makefile diff --git a/graphics/pornview-gtk2/DESCR b/graphics/pornview-gtk2/DESCR new file mode 100644 index 000000000000..6a8ce0c38251 --- /dev/null +++ b/graphics/pornview-gtk2/DESCR @@ -0,0 +1,7 @@ +PornView is an image and movie viewer/manager with thumbnail previews. +Additional features includes thumbnail caching, directory tree views, +adjustable zoom, fullscreen view, and slideshow mode. + +PornView contains no objectionable content. + +This package is built with GTK+ 2.0 support. diff --git a/graphics/pornview-gtk2/Makefile b/graphics/pornview-gtk2/Makefile new file mode 100644 index 000000000000..2422369d5d1e --- /dev/null +++ b/graphics/pornview-gtk2/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/11 13:09:21 rillig Exp $ +# + +.include "../../graphics/pornview/Makefile.common" + +PKGNAME= ${DISTNAME:S/_0.2pre1.orig/-gtk2-0.2.0pre1/} + +COMMENT+= (GTK+ 2.0 interface) + +CONFLICTS= pornview-[0-9]* + +USE_TOOLS+= pkg-config + +CONFIGURE_ARGS+= --with-gtk2 + +.include "../../devel/glib2/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk"