mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
2e4011f942
Inter-Continental Ballistic Missiles, 3D - a game of defense. PR: 6086 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
26 lines
563 B
Makefile
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>
|