/x11/libexo/files/

t.cgi/freebsd-ports-gnome/atom/games/klondike/Makefile?h=mate-1.20' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/klondike/Makefile
blob: 71083af6a50e08c8669b2e68afb90911adfe6b62 (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
# New ports collection makefile for:    klondike
# Date created:         26-Apr-97
# Whom:                 johnh@isi.edu
#
# $FreeBSD$
#

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

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

RUN_DEPENDS=    wish8.2:${PORTSDIR}/x11-toolkits/tk82

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
        --mandir=${PREFIX}/man
CONFIGURE_ENV=  WISHX=${PREFIX}/bin/wish8.2
MAN6=       klondike.6

.include <bsd.port.mk>