From b7477af200b8d3a98a72b5fe96396304826943b5 Mon Sep 17 00:00:00 2001 From: vanilla Date: Tue, 27 Oct 1998 16:56:41 +0000 Subject: mport gqview, it's another gtk-base graphics file viewer. --- graphics/gqview/Makefile | 27 +++++++++++++++++++++++++++ graphics/gqview/distinfo | 1 + graphics/gqview/pkg-comment | 1 + graphics/gqview/pkg-descr | 6 ++++++ graphics/gqview/pkg-plist | 1 + 5 files changed, 36 insertions(+) create mode 100644 graphics/gqview/Makefile create mode 100644 graphics/gqview/distinfo create mode 100644 graphics/gqview/pkg-comment create mode 100644 graphics/gqview/pkg-descr create mode 100644 graphics/gqview/pkg-plist diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile new file mode 100644 index 000000000000..79b11d956582 --- /dev/null +++ b/graphics/gqview/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gqview +# Version required: 0.4.3 +# Date Created: 27 Oct 1998 +# Whom: Vanilla Pooh Shu +# +# $Id$ +# + +DISTNAME= gqview-0.4.3.src +PKGNAME= gqview-0.4.3 +CATEGORIES= graphics +MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ +EXTRACT_SUFX= .tgz + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ + Imlib.1:${PORTSDIR}/graphics/imlib + +USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/gqview-0.4.3 +ALL_TARGET= gqview + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gqview ${PREFIX}/bin + +.include diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo new file mode 100644 index 000000000000..69994b6578a2 --- /dev/null +++ b/graphics/gqview/distinfo @@ -0,0 +1 @@ +MD5 (gqview-0.4.3.src.tgz) = 3fbc018f7ed3b7cdde1d98a3a55e188d diff --git a/graphics/gqview/pkg-comment b/graphics/gqview/pkg-comment new file mode 100644 index 000000000000..a9e1718d9d2d --- /dev/null +++ b/graphics/gqview/pkg-comment @@ -0,0 +1 @@ +Another gtk-base graphic file viewer. diff --git a/graphics/gqview/pkg-descr b/graphics/gqview/pkg-descr new file mode 100644 index 000000000000..833e3f020968 --- /dev/null +++ b/graphics/gqview/pkg-descr @@ -0,0 +1,6 @@ +Another gtk-base graphic file viewer. + +author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/ + +-Vanilla +vanilla@FreeBSD.ORG diff --git a/graphics/gqview/pkg-plist b/graphics/gqview/pkg-plist new file mode 100644 index 000000000000..f9a9620d1323 --- /dev/null +++ b/graphics/gqview/pkg-plist @@ -0,0 +1 @@ +bin/gqview -- cgit