1995-07-04 10:25:20 +00:00
|
|
|
# New ports collection makefile for: tksol
|
|
|
|
# Version required: 1.0
|
|
|
|
# Date created: 26 June 1995
|
|
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
#
|
1996-03-06 08:20:19 +00:00
|
|
|
# $Id: Makefile,v 1.2 1995/11/28 07:54:57 tg Exp $
|
1995-07-04 10:25:20 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= tksol-1.0
|
|
|
|
CATEGORIES+= games
|
|
|
|
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/
|
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
|
|
|
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
|
1995-11-28 07:54:57 +00:00
|
|
|
RUN_DEPENDS= wish4.0:${PORTSDIR}/x11/tk4
|
1995-07-04 10:25:20 +00:00
|
|
|
|
|
|
|
PATCH_STRIP= -p1
|
|
|
|
WRKSRC= ${WRKDIR}/release
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/tksol.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|