1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/icbm3d/Makefile
Steve Price 2e4011f942 Initial import of icbm3d.
Inter-Continental Ballistic Missiles, 3D - a game of defense.

PR:		6086
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-28 15:22:39 +00:00

26 lines
563 B
Makefile

# 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>