diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-27 16:56:41 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-27 16:56:41 +0000 |
commit | 804764fe6587e7a21400553781468b769587f88b (patch) | |
tree | 27b8468797ef89160d40ff0e738664a8cb7e93c6 /graphics/gqview | |
parent | Upgrade to 1.7.1. (diff) |
mport gqview, it's another gtk-base graphics file viewer.
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 27 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 1 | ||||
-rw-r--r-- | graphics/gqview/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gqview/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/gqview/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
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 <vanilla@FreeBSD.ORG> +# +# $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 <bsd.port.mk> 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 |