bentley 41cbc7ebc5 Import vms-empire-1.10.
Empire is a war game played between you and the computer. The world
on which the game takes place is a square rectangle containing cities,
land, and water. Cities are used to build armies, planes, and ships
which can move across the world destroying enemy pieces, exploring, and
capturing more cities. The objective of the game is to destroy all the
enemy pieces, and capture all the cities. The computer plays by the same
rules you do.

This game was ancestral to all later expand/explore/exploit/exterminate
games, including Civilization and Master of Orion.

ok benoit@ juanfra@
2013-10-20 17:36:08 +00:00

32 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/10/20 17:36:08 bentley Exp $
COMMENT = turn-based empire game
DISTNAME = vms-empire-1.10
CATEGORIES = games
HOMEPAGE = http://www.catb.org/~esr/vms-empire/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c ncurses
MASTER_SITES = http://www.catb.org/~esr/vms-empire/
MAKE_FLAGS = CC="${CC}" \
CFLAGS="${CFLAGS}"
# docbook-generated lists using \h
USE_GROFF = Yes
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKDIST}/vms-empire ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/man/man6
${INSTALL_MAN} ${WRKDIST}/empire.6 ${PREFIX}/man/man6/vms-empire.6
.include <bsd.port.mk>