diff options
author | tg <tg@FreeBSD.org> | 1997-06-30 19:42:18 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-06-30 19:42:18 +0800 |
commit | d949056a681804e17957790596baab99424a89c7 (patch) | |
tree | c29376a4d279c1c181d302b6dde7f4bde175a323 /games/oonsoo/Makefile | |
parent | d95d89870c4e7033874c3330c61edb4922c3638c (diff) | |
download | freebsd-ports-gnome-d949056a681804e17957790596baab99424a89c7.tar.gz freebsd-ports-gnome-d949056a681804e17957790596baab99424a89c7.tar.zst freebsd-ports-gnome-d949056a681804e17957790596baab99424a89c7.zip |
Import oonsoo port. Oonsoo is a solitaire card game.
PR: 3988
Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
Diffstat (limited to 'games/oonsoo/Makefile')
-rw-r--r-- | games/oonsoo/Makefile | 26 |
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> + |