1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Graphical Diff for X

LICENSE: GPL2 or later

WWW: http://www.lurklurk.org/xwindiff.html
This commit is contained in:
Dirk Meyer 2014-03-30 16:47:14 +00:00
parent 661b047e74
commit e9fd76338a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349647
4 changed files with 28 additions and 0 deletions

View File

@ -1541,6 +1541,7 @@
SUBDIR += xstream
SUBDIR += xsv
SUBDIR += xt
SUBDIR += xwindiff
SUBDIR += y2l
SUBDIR += yali
SUBDIR += yamcha

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (xwindiff-1.1.6.tar.gz) = ad1353456d384eb661c95fb9a934dcb61b74cda6dc47cce2fb5b9c9b38295782
SIZE (xwindiff-1.1.6.tar.gz) = 164564

View File

@ -0,0 +1,5 @@
Graphical Diff for X
LICENSE: GPL2 or later
WWW: http://www.lurklurk.org/xwindiff.html