freebsd-ports/games/xmris/Makefile
Gary Palmer ef77699f33 Add the IS_INTERACTIVE flag to stop it hosing batch builds when
you aren't running X11. Non-ideal solution to non-ideal world.
1994-12-08 21:30:35 +00:00

11 lines
214 B
Makefile

DISTNAME= xmris.4.02
USE_IMAKE= yes
USE_GMAKE= yes
MASTER_SITES= ftp://ftp.x.org/R5contrib/
IS_INTERACTIVE= yes
pre-install:
@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
.include <bsd.port.mk>