diff options
author | rillig <rillig> | 2006-02-11 13:09:21 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-02-11 13:09:21 +0000 |
commit | 92705711ee7abd193c5076bc049364088fa0ed5c (patch) | |
tree | 2100068b5ac69ae419274c4da808d1012235737d /graphics | |
parent | 958df47d3124ecc24603aac487c02eb80b9c73ae (diff) | |
download | pkgsrc-92705711ee7abd193c5076bc049364088fa0ed5c.tar.gz |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pornview-gtk2/DESCR | 7 | ||||
-rw-r--r-- | graphics/pornview-gtk2/Makefile | 18 |
2 files changed, 25 insertions, 0 deletions
diff --git a/graphics/pornview-gtk2/DESCR b/graphics/pornview-gtk2/DESCR new file mode 100644 index 00000000000..6a8ce0c3825 --- /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 00000000000..2422369d5d1 --- /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" |