24bf28eff1
- Bump PORTVERSION of ports affected Tested by: pointyhat (pav)
27 lines
541 B
Makefile
27 lines
541 B
Makefile
# New ports collection makefile for: klondike
|
|
# Date created: 26-Apr-97
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
CONFIGURE_ENV= WISHX=${WISH}
|
|
|
|
.include <bsd.port.post.mk>
|