1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/tksol/Makefile
Thomas Gellekum bdbbe2be11 Use tk41.
1996-10-09 06:19:19 +00:00

25 lines
545 B
Makefile

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