aboutsummaryrefslogtreecommitdiffstats
path: root/games/tksol/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-04 18:25:20 +0800
committerasami <asami@FreeBSD.org>1995-07-04 18:25:20 +0800
commit4aa19b2c69fc4f893421216bf2c23dccaf3ef27e (patch)
tree84b7d75f14e0e292f03208435f578ea581324984 /games/tksol/Makefile
parent752ee554e230e91b53fcf4ad6541d54a1c45d93b (diff)
downloadfreebsd-ports-gnome-4aa19b2c69fc4f893421216bf2c23dccaf3ef27e.tar.gz
freebsd-ports-gnome-4aa19b2c69fc4f893421216bf2c23dccaf3ef27e.tar.zst
freebsd-ports-gnome-4aa19b2c69fc4f893421216bf2c23dccaf3ef27e.zip
A Tk version of xsol.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
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>