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:
parent
661b047e74
commit
e9fd76338a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349647
@ -1541,6 +1541,7 @@
|
||||
SUBDIR += xstream
|
||||
SUBDIR += xsv
|
||||
SUBDIR += xt
|
||||
SUBDIR += xwindiff
|
||||
SUBDIR += y2l
|
||||
SUBDIR += yali
|
||||
SUBDIR += yamcha
|
||||
|
20
textproc/xwindiff/Makefile
Normal file
20
textproc/xwindiff/Makefile
Normal 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>
|
2
textproc/xwindiff/distinfo
Normal file
2
textproc/xwindiff/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xwindiff-1.1.6.tar.gz) = ad1353456d384eb661c95fb9a934dcb61b74cda6dc47cce2fb5b9c9b38295782
|
||||
SIZE (xwindiff-1.1.6.tar.gz) = 164564
|
5
textproc/xwindiff/pkg-descr
Normal file
5
textproc/xwindiff/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Graphical Diff for X
|
||||
|
||||
LICENSE: GPL2 or later
|
||||
|
||||
WWW: http://www.lurklurk.org/xwindiff.html
|
Loading…
Reference in New Issue
Block a user