diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:03:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:03:58 +0000 |
commit | fdfa4831f0591f873d333f0f2bbe490afc23a9af (patch) | |
tree | 5c179897f7b8f57e50e69f83710ab11229798051 /textproc | |
parent | 8fe93dc98f45955e7bbf7be19d5e94fad66b0466 (diff) | |
download | ports-fdfa4831f0591f873d333f0f2bbe490afc23a9af.tar.gz ports-fdfa4831f0591f873d333f0f2bbe490afc23a9af.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gtkdiff/Makefile | 26 | ||||
-rw-r--r-- | textproc/gtkdiff/distinfo | 1 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-plist | 4 |
6 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d5252b8a0ec2..d211762f02f4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -23,6 +23,7 @@ SUBDIR += gdict SUBDIR += glimpse SUBDIR += grap + SUBDIR += gtkdiff SUBDIR += gxditview SUBDIR += hevea SUBDIR += htdig diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile new file mode 100644 index 000000000000..fbfa98437bc2 --- /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 000000000000..b8365bf0e255 --- /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 000000000000..fb6b1afcfa9c --- /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 000000000000..e57163bd1f15 --- /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 000000000000..4f99c416b4bf --- /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 |