summaryrefslogtreecommitdiff
path: root/games/oonsoo/Makefile
diff options
context:
space:
mode:
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>
+