Clean installation of a linux roguelike.

This commit is contained in:
espie 1999-06-18 16:54:55 +00:00
parent b0b9b22bb5
commit 9a115cb3ba
6 changed files with 70 additions and 0 deletions

40
games/adom/Makefile Normal file
View File

@ -0,0 +1,40 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/06/18 16:54:55 espie Exp $
DISTNAME= adom-g14
WRKSRC=${WRKDIR}/adom
CATEGORIES= games
ONLY_FOR_ARCHS= i386
NO_CDROM= prevented by license
NO_PACKAGE = prevented by license
MAINTAINER= espie@cvs.openbsd.org
AUTHOR= Thomas Biskup <rpg@saranxis.ruhr.de>
MASTER_SITES= http://www.adom.de/adom/
DISTFILES= adom-099g14-elf.tar.gz
NO_BUILD= binary port
ADOM_DOC=${PREFIX}/share/doc/adom
# cage adom into its specific group if you don't trust the binary
ADOMOWN?=games
# can't be changed except by patching the binary
HISCORE_DIR=/var/lib/adom
pre-fetch:
@${ECHO} "Your kernel must have COMPAT_LINUX (GENERIC does)"
do-install:
@${INSTALL_DATA_DIR} ${ADOM_DOC}
@cd ${WRKSRC} && ${INSTALL_DATA} adomfaq.txt manual.doc readme.1st ${ADOM_DOC}
@cd ${WRKSRC} && ${INSTALL} ${INSTALL_COPY} \
-o ${BINOWN} -g ${ADOMOWN} -m 2555 adom ${PREFIX}/bin
@${INSTALL} -d -o ${SHAREOWN} -g ${ADOMOWN} -m 775 ${HISCORE_DIR}
.include <bsd.port.mk>

3
games/adom/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (adom-099g14-elf.tar.gz) = c4421fa9bba043d45afbfa5c6133fe23
RMD160 (adom-099g14-elf.tar.gz) = fb0686b38a9f7e5ab8c550715c16b433da1e3795
SHA1 (adom-099g14-elf.tar.gz) = 401446954fd1af68fe1f390fc59709e353745202

1
games/adom/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
Ancient Domains of Mystery - roguelike

17
games/adom/pkg/DESCR Normal file
View File

@ -0,0 +1,17 @@
Ancient Domains of Mystery (ADOM for short) is a rogue-like game
which means that it is a single-user game featuring the exploration of
a dungeon complex. You control a fictional character described by
race, class, attributes, skills, and equipment. This fictional
character is trying to achieve a specific goal (see below) and succeed
in a difficult quest. To fulfill the quest, you have to explore
previously undiscovered tunnels and dungeons, fight hideous monsters,
uncover long forgotten secrets, and find treasures of all kind.
During the game, you explore dungeon levels which are randomly
generated each game. You might also encounter certain special levels,
which present a particular challenge or are built around a certain
theme.
IMPORTANT: If you are a first-time player you should read the 'How to
start' section of this manual.

3
games/adom/pkg/MESSAGE Normal file
View File

@ -0,0 +1,3 @@
Please check the readme.1st file
(usually /usr/local/share/doc/adom/readme.1st)
for licensing terms.

6
games/adom/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
bin/adom
share/doc/adom/adomfaq.txt
share/doc/adom/manual.doc
share/doc/adom/readme.1st
@dirrm share/doc/adom
@unexec echo "Please remove /var/lib/adom/ hiscores manually"