diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-10-28 00:56:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-10-28 00:56:41 +0800 |
commit | b7477af200b8d3a98a72b5fe96396304826943b5 (patch) | |
tree | 911139a0e2e7bb8f5353c66ff0895639a1a06909 | |
parent | ba51cb0d7ffb3e75082cbfea125add0fec46234b (diff) | |
download | freebsd-ports-gnome-b7477af200b8d3a98a72b5fe96396304826943b5.tar.gz freebsd-ports-gnome-b7477af200b8d3a98a72b5fe96396304826943b5.tar.zst freebsd-ports-gnome-b7477af200b8d3a98a72b5fe96396304826943b5.zip |
mport gqview, it's another gtk-base graphics file viewer.
-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 |