1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/klondike/Makefile

24 lines
606 B
Makefile
Raw Normal View History

# New ports collection makefile for: klondike
# Version required: 1.8
# Date created: 26-Apr-97
# Whom: johnh@isi.edu
#
# $Id: Makefile,v 1.3 1997/05/09 09:31:08 tg Exp $
#
DISTNAME= klondike-1.8
CATEGORIES= games
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
MAINTAINER= johnh@isi.edu
1997-05-07 07:47:00 +00:00
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
--mandir=${PREFIX}/man
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish4.1
MAN6= klondike.6
.include <bsd.port.mk>