2013-09-20 19:36:33 +02:00
|
|
|
# Created by: johnh@isi.edu
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1997-05-07 09:41:50 +02:00
|
|
|
|
2000-04-14 08:53:26 +02:00
|
|
|
PORTNAME= klondike
|
|
|
|
PORTVERSION= 1.9
|
2015-09-08 03:33:55 +02:00
|
|
|
PORTREVISION= 4
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= games tk
|
2001-01-16 18:33:20 +01:00
|
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
|
1997-05-07 09:41:50 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
MAINTAINER= faber@isi.edu
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Solitaire game for X11
|
1997-05-07 09:41:50 +02:00
|
|
|
|
2015-09-08 03:33:55 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
USES= shebangfix tk:run
|
|
|
|
SHEBANG_FILES= *.tcl
|
2001-01-16 18:33:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
|
2007-04-03 00:56:15 +02:00
|
|
|
CONFIGURE_ENV= WISHX=${WISH}
|
2015-09-08 03:33:55 +02:00
|
|
|
NO_ARCH= yes
|
2007-04-03 00:56:15 +02:00
|
|
|
|
2014-07-09 16:02:57 +02:00
|
|
|
.include <bsd.port.mk>
|