1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/dontspace/Makefile
2021-04-06 16:31:07 +02:00

25 lines
577 B
Makefile

# Created by: johnh@isi.edu
PORTNAME= dontspace
PORTVERSION= 1.2
PORTREVISION= 4
CATEGORIES= games tk
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= ports@FreeBSD.org
COMMENT= Solitaire game for X11 modeled after Free Space
USES= tk shebangfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
CONFIGURE_ENV= WISHX=${WISH}
SHEBANG_FILES= *.tcl
tk_OLD_CMD= /usr/dist/bin/wishx
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -E 's,(BIN|LIB|MAN)DIR),DESTDIR)$$(&,g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>