From bbb2a6dbbbc6ef45bcb4686c022eac2be3dc1bda Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 10 Aug 1998 12:18:16 +0000 Subject: Update to version 0.4. PR: 7555 Submitted by: maintainer --- games/icbm3d/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'games/icbm3d/Makefile') 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 -- cgit v1.2.3