mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Initial import of icbm3d.
Inter-Continental Ballistic Missiles, 3D - a game of defense. PR: 6086 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
parent
53f6a9e817
commit
2e4011f942
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10359
25
games/icbm3d/Makefile
Normal file
25
games/icbm3d/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: icbm3d
|
||||
# Version required: 0.3
|
||||
# Date created: 20 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= icbm3d.0.3
|
||||
PKGNAME= icbm3d-0.3
|
||||
CATEGORIES= games x11
|
||||
MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/icbm3d/
|
||||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
MAKEFILE= makefile
|
||||
USE_X11= yes
|
||||
WRKSRC= ${WRKDIR}/icbm3d
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/icbm3d
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
|
||||
|
||||
.include <bsd.port.mk>
|
1
games/icbm3d/distinfo
Normal file
1
games/icbm3d/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (icbm3d.0.3.tar.gz) = 943025be0ff03746289fbfb8f7f59775
|
20
games/icbm3d/files/patch-aa
Normal file
20
games/icbm3d/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- makefile Thu Mar 19 02:54:27 1998
|
||||
+++ /home/andy/tmp/wrk/makefile Sat Mar 21 16:32:42 1998
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
# Makefile user-definable variables------------------------------------------
|
||||
|
||||
-CC=gcc
|
||||
+CC=gcc ${CFLAGS} -I/usr/X11R6/include
|
||||
MATHLIB=-lm
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
### uncomment for FreeBSD ###
|
||||
### --------------------- ###
|
||||
|
||||
-# XLIB=-L /usr/X11R6/lib -lX11 -lcompat
|
||||
+XLIB=-L/usr/X11R6/lib -lX11
|
||||
# CFLAGS=-I/usr/X11/include
|
||||
|
||||
|
1
games/icbm3d/pkg-comment
Normal file
1
games/icbm3d/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
"Inter-Continental Ballistic Missiles, 3D" - 3D game of defense.
|
12
games/icbm3d/pkg-descr
Normal file
12
games/icbm3d/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Like the original "Missile Command" and its clones, this game
|
||||
places you in control of Anti-ICBM weapons which you use to
|
||||
destroy an onslaught of missiles (and other nasties) which are
|
||||
dropping onto your nation.
|
||||
The game ends when your cities have all been destroyed. You
|
||||
only gain replacement cities by acheiving certain score
|
||||
thresholds during each attack (level).
|
||||
The main difference between this game and Missile Command is
|
||||
that ICBM3D, as the name suggests, provides a 3D perspective.
|
||||
You take advantage of X-Window's 3-button mouse to control your
|
||||
firing sight ("cross-hair") in 3-dimensions, and change your
|
||||
viewpoint.
|
3
games/icbm3d/pkg-plist
Normal file
3
games/icbm3d/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/icbm3d
|
||||
share/doc/icbm3d/README.txt
|
||||
@dirrm share/doc/icbm3d
|
Loading…
Reference in New Issue
Block a user