diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-14 05:06:54 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-14 05:06:54 +0000 |
commit | 3e2d257cf1922845de713eaf35996232c8fd58aa (patch) | |
tree | 9ccdc53870f11e61e660ee380b7b25cb2b9a881a /graphics/eog2 | |
parent | 63c3a57ad23d004100b4c568396f16cd801cf7ca (diff) | |
download | ports-3e2d257cf1922845de713eaf35996232c8fd58aa.tar.gz ports-3e2d257cf1922845de713eaf35996232c8fd58aa.zip |
Notes
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 000000000000..4d03076c4bec --- /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 000000000000..ad5359b8a44f --- /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 000000000000..ec89bb01c1be --- /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 000000000000..7bb40bc679db --- /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 000000000000..6d5ad66e475d --- /dev/null +++ b/graphics/eog2/pkg-plist @@ -0,0 +1,2 @@ +bin/eog +share/locale/no/LC_MESSAGES/eog.mo |