summaryrefslogtreecommitdiff
path: root/games/koth/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-07-24 02:34:18 +0000
committerhubertf <hubertf>1999-07-24 02:34:18 +0000
commit9281590650bc10368a31beb644e1588b1cbaa501 (patch)
tree9cb7d5ced2e1f4f2bc62a4d5f2d0113d67e95ef8 /games/koth/Makefile
parent3cf43e27f7ef715b0a8510b7a8ba9b78e76359b3 (diff)
downloadpkgsrc-9281590650bc10368a31beb644e1588b1cbaa501.tar.gz
The classic "shoot the other tank" artillery game, networked
Diffstat (limited to 'games/koth/Makefile')
-rw-r--r--games/koth/Makefile14
1 files changed, 14 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"