summaryrefslogtreecommitdiffstats
path: root/textproc/gtkdiff
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-27 02:03:58 +0000
committersteve <steve@FreeBSD.org>1999-12-27 02:03:58 +0000
commit8b0cd41bf07acefbafb0dceece7082052818624b (patch)
tree7fff6c101352696d5146e68246e722589a4c4e21 /textproc/gtkdiff
parent54a001c27b24df64435131c2db5483cc051b7422 (diff)
downloadFreeBSD-ports-8b0cd41bf07acefbafb0dceece7082052818624b.zip
FreeBSD-ports-8b0cd41bf07acefbafb0dceece7082052818624b.tar.gz
Adding gtkdiff version 1.0.1.
A frontend program for diff(1) written for GNOME. PR: 14945 Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'textproc/gtkdiff')
-rw-r--r--textproc/gtkdiff/Makefile26
-rw-r--r--textproc/gtkdiff/distinfo1
-rw-r--r--textproc/gtkdiff/pkg-comment1
-rw-r--r--textproc/gtkdiff/pkg-descr4
-rw-r--r--textproc/gtkdiff/pkg-plist4
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile
new file mode 100644
index 0000000..fbfa984
--- /dev/null
+++ b/textproc/gtkdiff/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gtkdiff
+# Version required: 1.0.1
+# Date created: 17 November 1999
+# Whom: Maxim Sobolev
+#
+# $FreeBSD$
+#
+
+DISTNAME= gtkdiff-1.0.1
+CATEGORIES= textproc gnome
+MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/
+
+MAINTAINER= sobomax@altavista.net
+
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
+ GTK_CONFIG="${GTK_CONFIG}"
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/gtkdiff/distinfo b/textproc/gtkdiff/distinfo
new file mode 100644
index 0000000..b8365bf
--- /dev/null
+++ b/textproc/gtkdiff/distinfo
@@ -0,0 +1 @@
+MD5 (gtkdiff-1.0.1.tar.gz) = 44841828c177f7bb1ae111a7a94c6495
diff --git a/textproc/gtkdiff/pkg-comment b/textproc/gtkdiff/pkg-comment
new file mode 100644
index 0000000..fb6b1af
--- /dev/null
+++ b/textproc/gtkdiff/pkg-comment
@@ -0,0 +1 @@
+A frontend program for diff(1) written for GNOME
diff --git a/textproc/gtkdiff/pkg-descr b/textproc/gtkdiff/pkg-descr
new file mode 100644
index 0000000..e57163b
--- /dev/null
+++ b/textproc/gtkdiff/pkg-descr
@@ -0,0 +1,4 @@
+gtkdiff is a frontend program for diff. It's written with GTK+ and
+requires GNOME.
+
+WWW: http://www.ainet.or.jp/~inoue/software/gtkdiff/index-e.html
diff --git a/textproc/gtkdiff/pkg-plist b/textproc/gtkdiff/pkg-plist
new file mode 100644
index 0000000..4f99c41
--- /dev/null
+++ b/textproc/gtkdiff/pkg-plist
@@ -0,0 +1,4 @@
+bin/gtkdiff
+share/gnome/apps/Utilities/gtkdiff.desktop
+share/gtkdiff/gtkdiffrc
+@dirrm share/gtkdiff
OpenPOWER on IntegriCloud