diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-10 12:18:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-10 12:18:16 +0000 |
commit | bbb2a6dbbbc6ef45bcb4686c022eac2be3dc1bda (patch) | |
tree | e79ea94f141710e772b6ab9eb10078e084ab162e /games | |
parent | 14026fcae8c2dd1024a549bead8d5b42c96fca32 (diff) | |
download | ports-bbb2a6dbbbc6ef45bcb4686c022eac2be3dc1bda.tar.gz ports-bbb2a6dbbbc6ef45bcb4686c022eac2be3dc1bda.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/icbm3d/Makefile | 13 | ||||
-rw-r--r-- | games/icbm3d/distinfo | 2 | ||||
-rw-r--r-- | games/icbm3d/files/patch-aa | 24 | ||||
-rw-r--r-- | games/icbm3d/pkg-descr | 2 |
4 files changed, 24 insertions, 17 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> diff --git a/games/icbm3d/distinfo b/games/icbm3d/distinfo index 098647f788d1..014225d89a97 100644 --- a/games/icbm3d/distinfo +++ b/games/icbm3d/distinfo @@ -1 +1 @@ -MD5 (icbm3d.0.3.tar.gz) = 943025be0ff03746289fbfb8f7f59775 +MD5 (icbm3d.0.4.tar.gz) = d4316b1c2c4aabad2c2c80f16f00a9e0 diff --git a/games/icbm3d/files/patch-aa b/games/icbm3d/files/patch-aa index 87914fa3caf2..1d20749a5459 100644 --- a/games/icbm3d/files/patch-aa +++ b/games/icbm3d/files/patch-aa @@ -1,20 +1,22 @@ ---- 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 Fri Jul 31 04:41:20 1998 ++++ /home/andy/tmp/wrk/makefile Mon Aug 10 18:40:01 1998 +@@ -9,14 +9,16 @@ # Makefile user-definable variables------------------------------------------ -CC=gcc -+CC=gcc ${CFLAGS} -I/usr/X11R6/include ++CC?=gcc ++PREFIX?=/usr/X11R6 ++X11BASE?=/usr/X11R6 MATHLIB=-lm + INSTALLROOT=$(PREFIX) + LANGUAGE=english -@@ -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 +-XLIB=-L$(PREFIX)/lib -lX11 #-lcompat +-CFLAGS=-I$(PREFIX)/include -O2 ++XLIB=-L$(X11BASE)/lib -lX11 #-lcompat ++CFLAGS+=-I$(X11BASE)/include + # End of makefile user-definable variables----------------------------------- diff --git a/games/icbm3d/pkg-descr b/games/icbm3d/pkg-descr index 21e1f1ed5989..7c5c719c7df0 100644 --- a/games/icbm3d/pkg-descr +++ b/games/icbm3d/pkg-descr @@ -10,3 +10,5 @@ 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. + +http://www.sonic.net/~nbs/unix/x/icbm3d |