aboutsummaryrefslogtreecommitdiff
path: root/games/tksol/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-04 10:25:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-04 10:25:20 +0000
commit0b4fb0aea64ee5358c1eb819188f7285ff6a9abc (patch)
tree58f27f63bcc11b7cc39136b9fae28f141e03b59a /games/tksol/Makefile
parent18359b4a051800bc0f4ed09014770a6d742223b4 (diff)
downloadports-0b4fb0aea64ee5358c1eb819188f7285ff6a9abc.tar.gz
ports-0b4fb0aea64ee5358c1eb819188f7285ff6a9abc.zip
A Tk version of xsol.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=1921
Diffstat (limited to 'games/tksol/Makefile')
-rw-r--r--games/tksol/Makefile25
1 files changed, 25 insertions, 0 deletions
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 <bsd.port.mk>