aboutsummaryrefslogtreecommitdiff
path: root/games/icbm3d/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-10 12:18:16 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-10 12:18:16 +0000
commitbbb2a6dbbbc6ef45bcb4686c022eac2be3dc1bda (patch)
treee79ea94f141710e772b6ab9eb10078e084ab162e /games/icbm3d/Makefile
parent14026fcae8c2dd1024a549bead8d5b42c96fca32 (diff)
downloadports-bbb2a6dbbbc6ef45bcb4686c022eac2be3dc1bda.tar.gz
ports-bbb2a6dbbbc6ef45bcb4686c022eac2be3dc1bda.zip
Notes
Diffstat (limited to 'games/icbm3d/Makefile')
-rw-r--r--games/icbm3d/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile
index daac3ae759fb..2efea3e17543 100644
--- a/games/icbm3d/Makefile
+++ b/games/icbm3d/Makefile
@@ -1,25 +1,28 @@
# New ports collection makefile for: icbm3d
-# Version required: 0.3
+# Version required: 0.4
# Date created: 20 March 1998
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.2 1998/07/27 23:24:40 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/05 09:30:55 asami Exp $
#
-DISTNAME= icbm3d.0.3
-PKGNAME= icbm3d-0.3
+DISTNAME= icbm3d.0.4
+PKGNAME= icbm3d-0.4
CATEGORIES= games
-MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/icbm3d/
+MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/
MAINTAINER= andy@icc.surw.chel.su
+ALL_TARGET= icbm3d
MAKEFILE= makefile
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/icbm3d
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/icbm3d
@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
+.endif
.include <bsd.port.mk>