freebsd-ports/games/klondike/Makefile
2021-04-06 16:31:07 +02:00

22 lines
442 B
Makefile

# Created by: johnh@isi.edu
PORTNAME= klondike
PORTVERSION= 1.9
PORTREVISION= 4
CATEGORIES= games tk
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= faber@isi.edu
COMMENT= Solitaire game for X11
LICENSE= BSD3CLAUSE
USES= shebangfix tk:run
SHEBANG_FILES= *.tcl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
CONFIGURE_ENV= WISHX=${WISH}
NO_ARCH= yes
.include <bsd.port.mk>