mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f06d13b6ff
but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
24 lines
614 B
Makefile
24 lines
614 B
Makefile
# New ports collection makefile for: klondike
|
|
# Version required: 1.8
|
|
# Date created: 26-Apr-97
|
|
# Whom: johnh@isi.edu
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/05/09 23:42:43 asami Exp $
|
|
#
|
|
|
|
DISTNAME= klondike-1.8
|
|
CATEGORIES= games tk41
|
|
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JACOBY/
|
|
|
|
MAINTAINER= johnh@isi.edu
|
|
|
|
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>
|