mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# Created by: johnh@isi.edu
|
|
# $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= A solitaire game for X11
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games
|
|
USE_TK_RUN= yes
|
|
MAN6= klondike.6
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.pre.mk>
|
|
|
|
CONFIGURE_ENV= WISHX=${WISH}
|
|
|
|
.include <bsd.port.post.mk>
|