freebsd-ports/games/klondike/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
570 B
Makefile

# 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 \
--mandir=${PREFIX}/man
USE_TK_RUN= yes
MAN6= klondike.6
.include <bsd.port.pre.mk>
CONFIGURE_ENV= WISHX=${WISH}
.include <bsd.port.post.mk>