diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-31 00:47:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-31 00:47:14 +0800 |
commit | 13bfa2490b03132cebb969f975cd4bac8233aa66 (patch) | |
tree | e0b121f236a5633dc4ef5b5612846b4f960f1ffb /textproc | |
parent | 3c799efd3123049d8e6e8d7c67c11a0414b0f283 (diff) | |
download | freebsd-ports-gnome-13bfa2490b03132cebb969f975cd4bac8233aa66.tar.gz freebsd-ports-gnome-13bfa2490b03132cebb969f975cd4bac8233aa66.tar.zst freebsd-ports-gnome-13bfa2490b03132cebb969f975cd4bac8233aa66.zip |
Graphical Diff for X
LICENSE: GPL2 or later
WWW: http://www.lurklurk.org/xwindiff.html
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/xwindiff/Makefile | 20 | ||||
-rw-r--r-- | textproc/xwindiff/distinfo | 2 | ||||
-rw-r--r-- | textproc/xwindiff/pkg-descr | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 501e6c18cc6c..537a867209d3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1541,6 +1541,7 @@ SUBDIR += xstream SUBDIR += xsv SUBDIR += xt + SUBDIR += xwindiff SUBDIR += y2l SUBDIR += yali SUBDIR += yamcha diff --git a/textproc/xwindiff/Makefile b/textproc/xwindiff/Makefile new file mode 100644 index 000000000000..e512afbd11ce --- /dev/null +++ b/textproc/xwindiff/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= xwindiff +PORTVERSION= 1.1.6 +CATEGORIES= textproc +MASTER_SITES= http://www.lurklurk.org/downloads/ + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Graphical Diff for X + +USE_XORG= x11 xt ice xaw +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --bindir=${STAGEDIR}${PREFIX}/bin +PLIST_FILES= bin/xwindiff + +pre-configure: + ${REINPLACE_CMD} -e 's|^bindir = .*|bindir = @bindir@|' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/textproc/xwindiff/distinfo b/textproc/xwindiff/distinfo new file mode 100644 index 000000000000..69d043daa230 --- /dev/null +++ b/textproc/xwindiff/distinfo @@ -0,0 +1,2 @@ +SHA256 (xwindiff-1.1.6.tar.gz) = ad1353456d384eb661c95fb9a934dcb61b74cda6dc47cce2fb5b9c9b38295782 +SIZE (xwindiff-1.1.6.tar.gz) = 164564 diff --git a/textproc/xwindiff/pkg-descr b/textproc/xwindiff/pkg-descr new file mode 100644 index 000000000000..80aa3ec38fb2 --- /dev/null +++ b/textproc/xwindiff/pkg-descr @@ -0,0 +1,5 @@ +Graphical Diff for X + +LICENSE: GPL2 or later + +WWW: http://www.lurklurk.org/xwindiff.html |