diff options
Diffstat (limited to 'textproc/xwindiff/Makefile')
-rw-r--r-- | textproc/xwindiff/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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> |