freebsd-ports/games/klondike/Makefile

24 lines
454 B
Makefile
Raw Normal View History

# Created by: johnh@isi.edu
1999-08-25 08:06:33 +02:00
# $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
2014-02-18 11:18:05 +01:00
USES= tk:run
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
MAN6= klondike.6
NO_STAGE= yes
.include <bsd.port.pre.mk>
CONFIGURE_ENV= WISHX=${WISH}
.include <bsd.port.post.mk>