diff options
author | xtraeme <xtraeme> | 2003-11-08 08:29:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-11-08 08:29:19 +0000 |
commit | eaf99e21981d5723ed8ae3824874c90bade6cb1a (patch) | |
tree | 71d26e2ff811b90232defbd5ca41bc8f2902f8d0 /games/icbm3d/Makefile | |
parent | 124806e6fc4efff1a4993741f2e15f57ccd1e7c6 (diff) | |
download | pkgsrc-eaf99e21981d5723ed8ae3824874c90bade6cb1a.tar.gz |
Upgrade to 0.4, by Soren Jacobsen in PR pkg/23348.
Changes since 0.3:
* "keydefs.h" created so you can edit the controls to suit your
needs (and your keyboard). (Could be useful with LOCALPATCHES)
* Keyboard control is better. You can now hold down multiple keys.
While here s/USE_X11BASE/USE_X11/.
Diffstat (limited to 'games/icbm3d/Makefile')
-rw-r--r-- | games/icbm3d/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile index b308209e7e4..a41e1962e4d 100644 --- a/games/icbm3d/Makefile +++ b/games/icbm3d/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/08 08:29:19 xtraeme Exp $ # -DISTNAME= icbm3d.0.3 -PKGNAME= icbm3d-0.3 +DISTNAME= icbm3d.0.4 +PKGNAME= ${DISTNAME:S/./-/} WRKSRC= ${WRKDIR}/icbm3d CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/ @@ -12,10 +12,6 @@ HOMEPAGE= http://www.sonic.net/~nbs/unix/x/icbm3d/ COMMENT= 3D X11 game of defense MAKEFILE= makefile -USE_X11BASE= yes - -pre-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/icbm3d - ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d +USE_X11= yes .include "../../mk/bsd.pkg.mk" |