2014-03-30 18:47:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xwindiff
|
|
|
|
PORTVERSION= 1.1.6
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.lurklurk.org/downloads/
|
|
|
|
|
2014-05-16 22:02:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-03-30 18:47:14 +02:00
|
|
|
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>
|