diff options
author | abs <abs> | 2012-07-07 20:19:39 +0000 |
---|---|---|
committer | abs <abs> | 2012-07-07 20:19:39 +0000 |
commit | 0bfd7f7225e4d65cc5bf1f97a9ba084d49c6b65c (patch) | |
tree | 1152afb0b65a47a2a22ffe0ddd2723120056b05e /games | |
parent | 6f5c5d65a2bfd355cc18966bd743d3d05d461e5d (diff) | |
download | pkgsrc-0bfd7f7225e4d65cc5bf1f97a9ba084d49c6b65c.tar.gz |
Added games/wargames version 1.01
The wargames shell script (and associated helper wopr binary)
simulates the interaction with the W.O.P.R. computer from the film
War Games.
Diffstat (limited to 'games')
-rw-r--r-- | games/wargames/DESCR | 3 | ||||
-rw-r--r-- | games/wargames/Makefile | 20 | ||||
-rw-r--r-- | games/wargames/PLIST | 3 | ||||
-rw-r--r-- | games/wargames/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/games/wargames/DESCR b/games/wargames/DESCR new file mode 100644 index 00000000000..71a7f79d398 --- /dev/null +++ b/games/wargames/DESCR @@ -0,0 +1,3 @@ +The wargames shell script (and associated helper wopr binary) +simulates the interaction with the W.O.P.R. computer from the film +War Games. diff --git a/games/wargames/Makefile b/games/wargames/Makefile new file mode 100644 index 00000000000..81346bb4154 --- /dev/null +++ b/games/wargames/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/07/07 20:19:39 abs Exp $ + +VERSION= 1.01 +DISTNAME= abs0-wargames-${VERSION}-0-gcb24609 +PKGNAME= wargames-${VERSION} +CATEGORIES= games +MASTER_SITES= https://github.com/abs0/wargames/tarball/${VERSION}/ + +MAINTAINER= abs@absd.org +HOMEPAGE= https://github.com/abs0/wargames/tarball/ +COMMENT= Simulated interaction with the W.O.P.R. computer from War Games +LICENSE= 2-clause-bsd + +FETCH_USING= curl + +WRKSRC= ${WRKDIR}/${DISTNAME:C:[^-]*-0-g::} + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../mk/bsd.pkg.mk" diff --git a/games/wargames/PLIST b/games/wargames/PLIST new file mode 100644 index 00000000000..afeba2eb31c --- /dev/null +++ b/games/wargames/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/07/07 20:19:39 abs Exp $ +bin/wargames +bin/wopr diff --git a/games/wargames/distinfo b/games/wargames/distinfo new file mode 100644 index 00000000000..cd11540c9b0 --- /dev/null +++ b/games/wargames/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/07/07 20:19:39 abs Exp $ + +SHA1 (abs0-wargames-1.01-0-gcb24609.tar.gz) = daa40cd8aa3d9c2a80d064adb678f1ce4b2d6470 +RMD160 (abs0-wargames-1.01-0-gcb24609.tar.gz) = 9c8e394b62b7b22a917ef91df73774e18ac55944 +Size (abs0-wargames-1.01-0-gcb24609.tar.gz) = 6303 bytes |