1997-05-07 09:41:50 +02:00
|
|
|
# New ports collection makefile for: klondike
|
|
|
|
# Date created: 26-Apr-97
|
|
|
|
# Whom: 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
|
2009-02-23 15:46:37 +01:00
|
|
|
PORTREVISION= 3
|
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
|
2003-02-21 13:06:51 +01:00
|
|
|
COMMENT= A solitaire game for X11
|
1997-05-07 09:41:50 +02:00
|
|
|
|
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
|
|
|
USE_TK_RUN= yes
|
2001-01-16 18:33:20 +01:00
|
|
|
MAN6= klondike.6
|
1997-05-07 09:41:50 +02:00
|
|
|
|
2007-04-03 00:56:15 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
CONFIGURE_ENV= WISHX=${WISH}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|