1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/games/tksol/Makefile
David E. O'Brien 8ea0a44557 Have manpage installed in man6 where games belong.
and some /usr/local hardcodings --> ${PREFIX}
1997-01-03 11:33:21 +00:00

23 lines
506 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.5 1996/11/18 11:25:09 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
MAN6= tksol.6
.include <bsd.port.mk>