mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d6a131d733
Submitted by: Ade Lovett <ade@lovett.com>
24 lines
581 B
Makefile
24 lines
581 B
Makefile
# New ports collection makefile for: klondike
|
|
# Version required: 1.8
|
|
# Date created: 26-Apr-97
|
|
# Whom: johnh@isi.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= klondike-1.9
|
|
CATEGORIES= games tk82
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
|
|
|
|
MAINTAINER= faber@isi.edu
|
|
|
|
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
|
|
|
GNU_CONFIGURE= Yes
|
|
CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/games \
|
|
--mandir=${PREFIX}/man
|
|
CONFIGURE_ENV= WISHX=${PREFIX}/bin/wish8.2
|
|
MAN6= klondike.6
|
|
|
|
.include <bsd.port.mk>
|