diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-06-02 14:09:48 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-06-02 14:09:48 +0000 |
commit | eb022e52fb490d6ee46f9b547a604ac63f53b7f7 (patch) | |
tree | 9d51613c2d4a92e4b48788a53d16876aa061a8b3 /games/vms-empire/Makefile | |
parent | 0de8869fb4f488a3376d207c3132e9b4a5381523 (diff) | |
download | pkgsrc-eb022e52fb490d6ee46f9b547a604ac63f53b7f7.tar.gz |
Initial import of vms-empire, version 1.4:
VMS-Empire is a simulation of a full-scale war between two emperors, the
computer and you. Naturally, there is only room for one, so the object of
the game is to destroy the other. The computer plays by the same rules that
you do. This game is the ancestor of all the multiplayer Empire simulations
out there.
Package provided in pkgsrc-wip by pancake@phreaker.net with some changes by me.
Diffstat (limited to 'games/vms-empire/Makefile')
-rw-r--r-- | games/vms-empire/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/vms-empire/Makefile b/games/vms-empire/Makefile new file mode 100644 index 00000000000..5ca463b71d5 --- /dev/null +++ b/games/vms-empire/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/02 14:09:48 jmmv Exp $ +# + +DISTNAME= vms-empire-1.4 +CATEGORIES= games +MASTER_SITES= http://www.catb.org/~esr/vms-empire/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.catb.org/~esr/vms-empire/ +COMMENT= Solitaire Empire (sometimes called "VMS Empire") + +USE_BUILDLINK2= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${PREFIX}/man/man6/vms-empire.6 + +.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |