mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
bcaf26b256
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.
23 lines
460 B
Makefile
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>
|