1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/games/klondike/Makefile
Vanilla I. Shu 29a72c2f1e Stagify.
2014-07-09 14:02:57 +00:00

19 lines
388 B
Makefile

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