diff options
author | hubertf <hubertf> | 1999-07-24 02:34:18 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-07-24 02:34:18 +0000 |
commit | 2571d88c512558ec8a49838d02d484a6fc02df66 (patch) | |
tree | 9cb7d5ced2e1f4f2bc62a4d5f2d0113d67e95ef8 /games/koth | |
parent | 3bd65c3ebe7b30ff1c7b134c8c868dd86104aece (diff) | |
download | pkgsrc-2571d88c512558ec8a49838d02d484a6fc02df66.tar.gz |
The classic "shoot the other tank" artillery game, networked
Diffstat (limited to 'games/koth')
-rw-r--r-- | games/koth/Makefile | 14 | ||||
-rw-r--r-- | games/koth/files/md5 | 3 | ||||
-rw-r--r-- | games/koth/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/koth/pkg/DESCR | 6 | ||||
-rw-r--r-- | games/koth/pkg/PLIST | 3 |
5 files changed, 27 insertions, 0 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile new file mode 100644 index 00000000000..45f731537f9 --- /dev/null +++ b/games/koth/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/24 02:34:18 hubertf Exp $ +# + +DISTNAME= koth-0.6 +CATEGORIES= games +MASTER_SITES= http://www-unix.oit.umass.edu/~tetron/koth/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www-unix.oit.umass.edu/~tetron/koth/ + +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CC="cc -I${LOCALBASE}/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/games/koth/files/md5 b/games/koth/files/md5 new file mode 100644 index 00000000000..7e7249e70c1 --- /dev/null +++ b/games/koth/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/24 02:34:19 hubertf Exp $ + +MD5 (koth-0.6.tar.gz) = e90f69616aa0cfc6a1ecf8cda5626ff5 diff --git a/games/koth/pkg/COMMENT b/games/koth/pkg/COMMENT new file mode 100644 index 00000000000..7ceac962964 --- /dev/null +++ b/games/koth/pkg/COMMENT @@ -0,0 +1 @@ +The classic "shoot the other tank" artillery game, networked diff --git a/games/koth/pkg/DESCR b/games/koth/pkg/DESCR new file mode 100644 index 00000000000..5e0c5e49123 --- /dev/null +++ b/games/koth/pkg/DESCR @@ -0,0 +1,6 @@ +King of the Hill, KOTH, is an artillery game in the grand old +tradition of little tanks with ridiculously powerful weapons trying to +blow each other up while trying to avoid getting blown up themselves. +The story above is just one possible justification for why a bunch of +tanks would be up in the mountains shooting at each other. Feel free +to make up your own, or simply enjoy the game. diff --git a/games/koth/pkg/PLIST b/games/koth/pkg/PLIST new file mode 100644 index 00000000000..39dcfe7665f --- /dev/null +++ b/games/koth/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/24 02:34:18 hubertf Exp $ +bin/koth +bin/koths |