freebsd-ports/games/klondike/Makefile

27 lines
541 B
Makefile
Raw Normal View History

# New ports collection makefile for: klondike
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= klondike
PORTVERSION= 1.9
PORTREVISION= 3
CATEGORIES= games tk
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= faber@isi.edu
2003-02-21 13:06:51 +01:00
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>