summaryrefslogtreecommitdiff
path: root/games/oonsoo/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-06-30 11:42:18 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-06-30 11:42:18 +0000
commit06803c07007351332dd2ae83779a454b74abf8c3 (patch)
tree6d6ed62f7e30932e8705d3930fdd0572118eb9ea /games/oonsoo/Makefile
parentSome small changes including the maintainer's e-mail address. (diff)
Import oonsoo port. Oonsoo is a solitaire card game.
PR: 3988 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
Notes
Notes: svn path=/head/; revision=7144
Diffstat (limited to 'games/oonsoo/Makefile')
-rw-r--r--games/oonsoo/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile
new file mode 100644
index 000000000000..10f573e69e82
--- /dev/null
+++ b/games/oonsoo/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: oonsoo
+# Version required: 1.1
+# Date created: 23rd June, 1997
+# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
+# FreeBSD Version: 2.2.1-RELEASE
+#
+# $Id$
+#
+
+DISTNAME= oonsoo-1.1
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.eos.ncsu.edu/pub/bsvc/rohan/
+EXTRACT_SUFX= ".tar.z"
+
+MAINTAINER= sutton@aardvark.apana.org.au
+
+pre-patch:
+ ${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
+
+# Distribution does not include an install target. So here it is.
+#
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin/
+
+.include <bsd.port.mk>
+