1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/textproc/xwindiff/Makefile
Niclas Zeising bcaf26b256 Add USES=xorg USES=gl, ports categories t
Add USES=xorg and USES=gl to ports in categories starting with 't'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 17:19:11 +00:00

23 lines
460 B
Makefile

# $FreeBSD$
PORTNAME= xwindiff
PORTVERSION= 1.1.6
CATEGORIES= textproc
MASTER_SITES= http://www.lurklurk.org/downloads/
DIST_SUBDIR= repacked
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical Diff for X
USES= xorg
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>