diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-01 03:30:45 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-01 03:30:45 +0000 |
commit | 1f77ca8e4932be8ad1ce2a6f09c2a9d8edc515ff (patch) | |
tree | 2b3a1f42ac33ebe3f0a3d12a696698cbff7edde5 /games/adom | |
parent | Add windowmaker as a secondary category. (diff) |
Initial import of ``adom'' the Ancient Domains of Mystery.
It is a rouge-like game with colour support.
PR: 12747
Submitted by: Oleg V. Volkov <rover@lglobus.ru>
Notes
Notes:
svn path=/head/; revision=20450
Diffstat (limited to 'games/adom')
-rw-r--r-- | games/adom/Makefile | 40 | ||||
-rw-r--r-- | games/adom/distinfo | 1 | ||||
-rw-r--r-- | games/adom/pkg-comment | 1 | ||||
-rw-r--r-- | games/adom/pkg-descr | 19 | ||||
-rw-r--r-- | games/adom/pkg-plist | 5 |
5 files changed, 66 insertions, 0 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile new file mode 100644 index 000000000000..91abc5dd87e3 --- /dev/null +++ b/games/adom/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: adom +# Version required: 0.99g14 +# Date created: 22 July 1999 +# Whom: Oleg V. Volkov <rover@lglobus.ru> +# +# $Id$ +# + +DISTNAME= adom-099g14-elf +PKGNAME= adom-0.99.g14 +CATEGORIES= games +MASTER_SITES= http://www.adom.de/adom/ + +MAINTAINER= rover@lglobus.ru + +RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base + +WRKSRC= ${WRKDIR}/adom + +ONLY_FOR_ARCHS= i386 +NO_PACKAGE= Only unmodified original package can be distributed + +NO_WRKSUBDIR= yes +STRIP= # empty: do not touch linux binary! + +do-patch: +do-configure: +do-build: +do-install: + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} adom ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ + ${PREFIX}/share/doc/adom + cd ${WRKSRC} && \ + ${INSTALL_MAN} readme.1st adomfaq.txt manual.doc \ + ${PREFIX}/share/doc/adom +.endif + +.include <bsd.port.mk> diff --git a/games/adom/distinfo b/games/adom/distinfo new file mode 100644 index 000000000000..f06133be645f --- /dev/null +++ b/games/adom/distinfo @@ -0,0 +1 @@ +MD5 (adom-099g14-elf.tar.gz) = c4421fa9bba043d45afbfa5c6133fe23 diff --git a/games/adom/pkg-comment b/games/adom/pkg-comment new file mode 100644 index 000000000000..507b40eeb0b5 --- /dev/null +++ b/games/adom/pkg-comment @@ -0,0 +1 @@ +An rogue-like advanced rpg with color support (binary port) diff --git a/games/adom/pkg-descr b/games/adom/pkg-descr new file mode 100644 index 000000000000..043a1956a0d2 --- /dev/null +++ b/games/adom/pkg-descr @@ -0,0 +1,19 @@ +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 (and in the case of ADOM a few other games of +this genre: the exploration of a large wilderness area with +villages and many special locations). You control a fictional +character described by race, class, attributes, skills, and +equipment. This fictional character is trying to achieve a specific +goal 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. + +Please read manual in /usr/local/share/doc/adom (or wherever ${PREFIX} was +pointing) after installation. + +You may have to build terminfo database in order to run ADOM. Read "readme.1st" +section VI.E for details. + +WWW: http://www.adom.de/ diff --git a/games/adom/pkg-plist b/games/adom/pkg-plist new file mode 100644 index 000000000000..fb1cfcbdd628 --- /dev/null +++ b/games/adom/pkg-plist @@ -0,0 +1,5 @@ +bin/adom +share/doc/adom/readme.1st +share/doc/adom/adomfaq.txt +share/doc/adom/manual.doc +@dirrm share/doc/adom |