diff options
author | nakai <nakai@FreeBSD.org> | 1999-10-14 05:06:54 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-10-14 05:06:54 +0000 |
commit | cc62cdcd17704ffa1a5bcd2d06004d3c26bb1e67 (patch) | |
tree | c9920383ee30c3054106faefacd1ce0cd53edcc2 /graphics/eog2 | |
parent | fa28a3c2508194cdbc76161eb5c0b04fc4c25325 (diff) | |
download | FreeBSD-ports-cc62cdcd17704ffa1a5bcd2d06004d3c26bb1e67.zip FreeBSD-ports-cc62cdcd17704ffa1a5bcd2d06004d3c26bb1e67.tar.gz |
PR: ports/14303
Submitted by:Ade Lovett <ade@lovett.com>
Initial import.
Eye of GNOME, a graphics viewer, a replacement of electriceyes.
Diffstat (limited to 'graphics/eog2')
-rw-r--r-- | graphics/eog2/Makefile | 25 | ||||
-rw-r--r-- | graphics/eog2/distinfo | 1 | ||||
-rw-r--r-- | graphics/eog2/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/eog2/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/eog2/pkg-plist | 2 |
5 files changed, 37 insertions, 0 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile new file mode 100644 index 0000000..4d03076 --- /dev/null +++ b/graphics/eog2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: eog +# Version required: 0.1 +# Date created: 5th October 1999 +# Whom: Ade Lovett <ade@lovett.com> +# +# $FreeBSD$ +# + +DISTNAME= eog-0.1 +CATEGORIES= graphics gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/eog + +MAINTAINER= ade@lovett.com + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + gdk_pixbuf.0:${PORTSDIR}/graphics/gdk-pixbuf + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/graphics/eog2/distinfo b/graphics/eog2/distinfo new file mode 100644 index 0000000..ad5359b --- /dev/null +++ b/graphics/eog2/distinfo @@ -0,0 +1 @@ +MD5 (eog-0.1.tar.gz) = 61a5fe40957e579da986f08d4886cc46 diff --git a/graphics/eog2/pkg-comment b/graphics/eog2/pkg-comment new file mode 100644 index 0000000..ec89bb0 --- /dev/null +++ b/graphics/eog2/pkg-comment @@ -0,0 +1 @@ +The Eye Of Gnome image viewer diff --git a/graphics/eog2/pkg-descr b/graphics/eog2/pkg-descr new file mode 100644 index 0000000..7bb40bc --- /dev/null +++ b/graphics/eog2/pkg-descr @@ -0,0 +1,8 @@ +This is the Eye of Gnome, an image viewer program. It is meant to be +a fast and functional image viewer as well as an image cataloging +program. + +This package requires the stable gnome-libs package and the +development gdk-pixbuf library. + +WWW: http://www.gnome.org/ diff --git a/graphics/eog2/pkg-plist b/graphics/eog2/pkg-plist new file mode 100644 index 0000000..6d5ad66 --- /dev/null +++ b/graphics/eog2/pkg-plist @@ -0,0 +1,2 @@ +bin/eog +share/locale/no/LC_MESSAGES/eog.mo |