aboutsummaryrefslogtreecommitdiffstats
path: root/games/klondike/Makefile
blob: 4861b37d07e14dc85bc3c570f69cc6438bc1a05d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    klondike
# Date created:         26-Apr-97
# Whom:                 johnh@isi.edu
#
# $FreeBSD$
#

PORTNAME=   klondike
PORTVERSION=    1.9
PORTREVISION=   2
CATEGORIES= games tk84
MASTER_SITES=   http://www.isi.edu/~johnh/SOFTWARE/JACOBY/

MAINTAINER= faber@isi.edu
COMMENT=    A solitaire game for X11

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
USE_TK_RUN= yes
MAN6=       klondike.6

.include <bsd.port.pre.mk>

CONFIGURE_ENV=  WISHX=${WISH}

.include <bsd.port.post.mk>