From 4aa19b2c69fc4f893421216bf2c23dccaf3ef27e Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 4 Jul 1995 10:25:20 +0000 Subject: A Tk version of xsol. Submitted by: Thomas Gellekum --- games/tksol/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 games/tksol/Makefile (limited to 'games/tksol/Makefile') diff --git a/games/tksol/Makefile b/games/tksol/Makefile new file mode 100644 index 000000000000..929fbd32c00d --- /dev/null +++ b/games/tksol/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: tksol +# Version required: 1.0 +# Date created: 26 June 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# +# $Id$ +# + +DISTNAME= tksol-1.0 +CATEGORIES+= games +KEYWORDS+= games x11 tk solitaire +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/misc_software/tksol/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk + +PATCH_STRIP= -p1 +WRKSRC= ${WRKDIR}/release + +post-install: + gzip -9nf ${PREFIX}/man/man1/tksol.1 + +.include -- cgit