diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 21:03:18 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 21:03:18 +0000 |
commit | 999c3195a3c9a9127c8c572c875df84de9d16734 (patch) | |
tree | a5524d43d20c2eb987ddfd3e3ca24e7ebfae6b78 /graphics/gtksee | |
parent | 94337d94a457f1a0d24059b264ef985c1b1b43f1 (diff) | |
download | ports-999c3195a3c9a9127c8c572c875df84de9d16734.tar.gz ports-999c3195a3c9a9127c8c572c875df84de9d16734.zip |
Notes
Diffstat (limited to 'graphics/gtksee')
-rw-r--r-- | graphics/gtksee/Makefile | 24 | ||||
-rw-r--r-- | graphics/gtksee/distinfo | 1 | ||||
-rw-r--r-- | graphics/gtksee/files/patch-aa | 10 | ||||
-rw-r--r-- | graphics/gtksee/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gtksee/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/gtksee/pkg-plist | 1 |
6 files changed, 42 insertions, 0 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile new file mode 100644 index 000000000000..b883971a1b21 --- /dev/null +++ b/graphics/gtksee/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gtksee +# Version required: 0.1.4 +# Date created: Sun Nov 22 12:08:18 CET 1998 +# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> +# +# $Id$ +# + +DISTNAME= gtksee-0.2.0 +CATEGORIES= graphics +MASTER_SITES= http://www.zg169.net/~hotaru/download/ + +MAINTAINER= ibex@physik.TU-Berlin.DE + +LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.2:${PORTSDIR}/graphics/png \ + tiff34.1:${PORTSDIR}/graphics/tiff34 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ + LDFLAGS=-L${PREFIX}/lib + +.include <bsd.port.mk> diff --git a/graphics/gtksee/distinfo b/graphics/gtksee/distinfo new file mode 100644 index 000000000000..c75c674360a8 --- /dev/null +++ b/graphics/gtksee/distinfo @@ -0,0 +1 @@ +MD5 (gtksee-0.2.0.tar.gz) = 5dd8ee3b205990ca6893fd8094694685 diff --git a/graphics/gtksee/files/patch-aa b/graphics/gtksee/files/patch-aa new file mode 100644 index 000000000000..1619f220ed33 --- /dev/null +++ b/graphics/gtksee/files/patch-aa @@ -0,0 +1,10 @@ +--- src/im_xcf.c.orig Tue Oct 20 14:45:12 1998 ++++ src/im_xcf.c Sun Nov 22 10:36:32 1998 +@@ -21,6 +21,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <netinet/in.h> + + #include <gtk/gtk.h> diff --git a/graphics/gtksee/pkg-comment b/graphics/gtksee/pkg-comment new file mode 100644 index 000000000000..4898944d0bba --- /dev/null +++ b/graphics/gtksee/pkg-comment @@ -0,0 +1 @@ +image viewer diff --git a/graphics/gtksee/pkg-descr b/graphics/gtksee/pkg-descr new file mode 100644 index 000000000000..8e4d22f43bfc --- /dev/null +++ b/graphics/gtksee/pkg-descr @@ -0,0 +1,5 @@ +A Image viewer based on X-Window system and GTK+. The main purpose +is to port ACD See, which is a very popular image viewer in M$ +world, to Unix platform. + + http://www.zg169.net/~hotaru/gtksee/index_en.html diff --git a/graphics/gtksee/pkg-plist b/graphics/gtksee/pkg-plist new file mode 100644 index 000000000000..99adfb3e9758 --- /dev/null +++ b/graphics/gtksee/pkg-plist @@ -0,0 +1 @@ +bin/gtksee |