summaryrefslogtreecommitdiff
path: root/print/ggv2
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-19 14:29:02 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-19 14:29:02 +0000
commit9332084740b5b48b0d7ffc35fc496c60b1acfe67 (patch)
treef404994b3a7b62504a3c19b2db463de0c0d497fa /print/ggv2
parentRemove netload_applet & dialer_applet, (diff)
ggv is the front end of ghostscript.
Submitted by: Nakai@technologist.com
Notes
Notes: svn path=/head/; revision=14072
Diffstat (limited to 'print/ggv2')
-rw-r--r--print/ggv2/Makefile28
-rw-r--r--print/ggv2/distinfo1
-rw-r--r--print/ggv2/files/patch-aa20
-rw-r--r--print/ggv2/pkg-comment1
-rw-r--r--print/ggv2/pkg-descr1
-rw-r--r--print/ggv2/pkg-plist5
6 files changed, 56 insertions, 0 deletions
diff --git a/print/ggv2/Makefile b/print/ggv2/Makefile
new file mode 100644
index 000000000000..85b326b79135
--- /dev/null
+++ b/print/ggv2/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: ggv
+# Version required: 0.26
+# Date created: 21 August 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
+#
+# $Id$
+#
+
+DISTNAME= ggv-0.26
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
+ ftp://ftp.gnome.org/pub/GNOME/sources/
+
+MAINTAINER= Nakai@technologist.com
+
+LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome \
+ --with-gnome=${X11BASE}
+CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
+ -I${X11BASE}/include" \
+ GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
+
+.include <bsd.port.mk>
diff --git a/print/ggv2/distinfo b/print/ggv2/distinfo
new file mode 100644
index 000000000000..55b49cc287d6
--- /dev/null
+++ b/print/ggv2/distinfo
@@ -0,0 +1 @@
+MD5 (ggv-0.26.tar.gz) = efe9c011165f0313600e5988b005a6d2
diff --git a/print/ggv2/files/patch-aa b/print/ggv2/files/patch-aa
new file mode 100644
index 000000000000..0fdae5a600d8
--- /dev/null
+++ b/print/ggv2/files/patch-aa
@@ -0,0 +1,20 @@
+--- configure.orig Thu Oct 15 04:18:51 1998
++++ configure Thu Oct 15 04:19:37 1998
+@@ -925,12 +925,12 @@
+
+
+ if test "$no_gnome_config" = "yes"; then
+- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6
+-echo "configure:930: checking for gnomeConf.sh file in $gnome_prefix" >&5
+- if test -f $gnome_prefix/gnomeConf.sh; then
++ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6
++echo "configure:930: checking for gnomeConf.sh file in $prefix/share/gnome" >&5
++ if test -f $prefix/share/gnome/gnomeConf.sh; then
+ echo "$ac_t""found" 1>&6
+- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh"
+- . $gnome_prefix/gnomeConf.sh
++ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh"
++ . $prefix/share/gnome/gnomeConf.sh
+
+ else
+ echo "$ac_t""not found" 1>&6
diff --git a/print/ggv2/pkg-comment b/print/ggv2/pkg-comment
new file mode 100644
index 000000000000..4104aa4014ae
--- /dev/null
+++ b/print/ggv2/pkg-comment
@@ -0,0 +1 @@
+GNOME ghostscript viewer
diff --git a/print/ggv2/pkg-descr b/print/ggv2/pkg-descr
new file mode 100644
index 000000000000..4104aa4014ae
--- /dev/null
+++ b/print/ggv2/pkg-descr
@@ -0,0 +1 @@
+GNOME ghostscript viewer
diff --git a/print/ggv2/pkg-plist b/print/ggv2/pkg-plist
new file mode 100644
index 000000000000..5a0c91fc0e52
--- /dev/null
+++ b/print/ggv2/pkg-plist
@@ -0,0 +1,5 @@
+bin/ggv
+share/gnome/apps/Graphics/ggv.desktop
+share/locale/fr/LC_MESSAGES/ggv.mo
+share/locale/ko/LC_MESSAGES/ggv.mo
+share/locale/pt/LC_MESSAGES/ggv.mo