diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-27 03:26:57 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-27 03:26:57 +0000 |
commit | bcc6105dcd4c4d2cb025b6035bec2cf3b3d8ec7a (patch) | |
tree | affa8c218f7855e87470132d7df0036c3f2dd78e /graphics | |
parent | 50500122082f6de56b60cd33bce2ac8d308a4f6c (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qiv/Makefile | 35 | ||||
-rw-r--r-- | graphics/qiv/distinfo | 1 | ||||
-rw-r--r-- | graphics/qiv/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/qiv/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/qiv/pkg-plist | 1 |
5 files changed, 44 insertions, 0 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile new file mode 100644 index 000000000000..ee0ed810f9a6 --- /dev/null +++ b/graphics/qiv/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: qiv +# Version required: 1.0 +# Date created: 25 December 1998 +# Whom: Bill Fumerola <billf@chc-chimes.com> +# +# $Id: $ +# + +DISTNAME= qiv-1.0 +CATEGORIES= graphics +MASTER_SITES= http://www.klografx.de/software/files/ \ + ftp://ftp.klografx.de/pub/ \ + http://www.idnet.de/~AdamK/ +EXTRACT_SUFX= .tgz + +MAINTAINER= billf@FreeBSD.org + +LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk11 +BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib + +USE_X_PREFIX= yes +MAN1= qiv.1 + +post-patch: + + @ ${MV} ${WRKSRC}/qiv.1 ${WRKSRC}/qiv.1.pre_sed + @ ${SED} -e 's#\/usr\/bin#${PREFIX}/bin#g' \ + ${WRKSRC}/qiv.1.pre_sed > ${WRKSRC}/qiv.1 + +do-install: + + ${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${PREFIX}/man/man1/ + +.include <bsd.port.mk> diff --git a/graphics/qiv/distinfo b/graphics/qiv/distinfo new file mode 100644 index 000000000000..b18c2aa8c226 --- /dev/null +++ b/graphics/qiv/distinfo @@ -0,0 +1 @@ +MD5 (qiv-1.0.tgz) = c4c5efb68736a9d1d30768ec010b9d1c diff --git a/graphics/qiv/pkg-comment b/graphics/qiv/pkg-comment new file mode 100644 index 000000000000..a53bb6e99bc8 --- /dev/null +++ b/graphics/qiv/pkg-comment @@ -0,0 +1 @@ +a very small and fast GDK/Imlib image viewer diff --git a/graphics/qiv/pkg-descr b/graphics/qiv/pkg-descr new file mode 100644 index 000000000000..54d902f123a4 --- /dev/null +++ b/graphics/qiv/pkg-descr @@ -0,0 +1,6 @@ +Quick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib image +viewer. It has such nifty features as: zoom, maxpect, scaledown, +screensaver, flip, delete, brightness / contrast / gamma correction, and +can also be used to set your X11 background. All from a commandline. + +http://www.klografx.de/index.html diff --git a/graphics/qiv/pkg-plist b/graphics/qiv/pkg-plist new file mode 100644 index 000000000000..ae34354ca994 --- /dev/null +++ b/graphics/qiv/pkg-plist @@ -0,0 +1 @@ +bin/qiv |