summaryrefslogtreecommitdiff
path: root/graphics/gview
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 04:21:33 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 04:21:33 +0000
commit4ddc7c84a45b7f1ed1b4063d605c2235bbc6e1d5 (patch)
tree2ce51558cc0842a3fc187778d153cbeba5a67b21 /graphics/gview
parentAdd WWW: to some of the more recent imports... (diff)
Initial import of gview version 0.1.4.
An image viewer for the X Window System with an interface similar to ACDSee. PR: 11403 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18406
Diffstat (limited to 'graphics/gview')
-rw-r--r--graphics/gview/Makefile34
-rw-r--r--graphics/gview/distinfo1
-rw-r--r--graphics/gview/pkg-comment1
-rw-r--r--graphics/gview/pkg-descr4
-rw-r--r--graphics/gview/pkg-plist9
5 files changed, 49 insertions, 0 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile
new file mode 100644
index 000000000000..3e2c291c5d8b
--- /dev/null
+++ b/graphics/gview/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gview
+# Version required: 0.1.4
+# Date created: 30 April 1999
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= gview-0.1.4
+CATEGORIES= graphics
+MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+LIB_DEPENDS= gdk_imlib:${PORTSDIR}/graphics/imlib \
+ gdk12:${PORTSDIR}/x11-toolkits/gtk12 \
+ glib12:${PORTSDIR}/devel/glib12 \
+ gmodule12:${PORTSDIR}/devel/glib12 \
+ gtk12:${PORTSDIR}/x11-toolkits/gtk12 \
+ intl:${PORTSDIR}/devel/gettext
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/gview
+.for file in AUTHORS BUGS COPYING ChangeLog NEWS README TODO
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/graphics/gview/distinfo b/graphics/gview/distinfo
new file mode 100644
index 000000000000..0f61efc48e2a
--- /dev/null
+++ b/graphics/gview/distinfo
@@ -0,0 +1 @@
+MD5 (gview-0.1.4.tar.gz) = 165d1ab2b25707a369c35fb85fb89330
diff --git a/graphics/gview/pkg-comment b/graphics/gview/pkg-comment
new file mode 100644
index 000000000000..3de10a440293
--- /dev/null
+++ b/graphics/gview/pkg-comment
@@ -0,0 +1 @@
+Image viewer for X Window System with interface similar to ACDSee.
diff --git a/graphics/gview/pkg-descr b/graphics/gview/pkg-descr
new file mode 100644
index 000000000000..1855656a9d43
--- /dev/null
+++ b/graphics/gview/pkg-descr
@@ -0,0 +1,4 @@
+gView is a modern image viewer for X Window System. It is based on GTK
+and Imlib and supports most common image formats, JPEG, GIF, TIFF, BMP,
+PPM, XPM, PNG and whatever other image formats your Imlib is configured
+to support.
diff --git a/graphics/gview/pkg-plist b/graphics/gview/pkg-plist
new file mode 100644
index 000000000000..5e1ce7342a24
--- /dev/null
+++ b/graphics/gview/pkg-plist
@@ -0,0 +1,9 @@
+bin/gview
+share/doc/gview/AUTHORS
+share/doc/gview/BUGS
+share/doc/gview/COPYING
+share/doc/gview/ChangeLog
+share/doc/gview/NEWS
+share/doc/gview/README
+share/doc/gview/TODO
+@dirrm share/doc/gview