diff options
Diffstat (limited to 'graphics/qiv')
-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 0000000..ee0ed81 --- /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 0000000..b18c2aa --- /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 0000000..a53bb6e --- /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 0000000..54d902f --- /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 0000000..ae34354 --- /dev/null +++ b/graphics/qiv/pkg-plist @@ -0,0 +1 @@ +bin/qiv |