aboutsummaryrefslogtreecommitdiffstats
path: root/games/nadar/Makefile
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2000-07-29 15:18:21 +0800
committersada <sada@FreeBSD.org>2000-07-29 15:18:21 +0800
commit7f8b1153781c63f75aa645b6a0e3178d744fb87c (patch)
tree1180e26905c2f11a020901b402758c637ec7c61a /games/nadar/Makefile
parent9a5ba7689e05413f96e03afa83d46a038b207df3 (diff)
downloadfreebsd-ports-gnome-7f8b1153781c63f75aa645b6a0e3178d744fb87c.tar.gz
freebsd-ports-gnome-7f8b1153781c63f75aa645b6a0e3178d744fb87c.tar.zst
freebsd-ports-gnome-7f8b1153781c63f75aa645b6a0e3178d744fb87c.zip
New ports - N.A.D.A.R. is a network tank battle game. You can play
N.A.D.A.R. with some players over the network. PR: ports/18159 Submitted by: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
Diffstat (limited to 'games/nadar/Makefile')
-rw-r--r--games/nadar/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/games/nadar/Makefile b/games/nadar/Makefile
new file mode 100644
index 000000000000..eda5dac22ff4
--- /dev/null
+++ b/games/nadar/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: NADAR
+# Date created: 22 April 2000
+# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nadar
+PORTVERSION= b05
+CATEGORIES= games
+MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/
+
+MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+ALL_TARGET= all
+
+USE_X_PREFIX= yes
+
+MAN1= nadars.1 nadar.1
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>