1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port: games/dungeoncrawl

A port of dungeon crawl, an old school roguelike.

PR:		ports/49095
Submitted by:	Suleiman Souhlal <refugee@vt.edu>
This commit is contained in:
Edwin Groothuis 2003-04-01 00:37:38 +00:00
parent 58c051addd
commit 6bbad1d944
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77874
6 changed files with 70 additions and 0 deletions

View File

@ -77,6 +77,7 @@
SUBDIR += dopewars
SUBDIR += drm
SUBDIR += dungeon
SUBDIR += dungeoncrawl
SUBDIR += eboard
SUBDIR += editss
SUBDIR += eights

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: dungeoncrawl
# Date created: 10 March 2003
# Whom: refugee
#
# $FreeBSD$
#
PORTNAME= dungeoncrawl
PORTVERSION= 4.0.0.b24
CATEGORIES= games
MASTER_SITES= ftp://anonymous:dposix@ftp.dungeoncrawl.org/dev/4.0.x/src/
DISTNAME= dc${PORTVERSION:S/.//g}-src
EXTRACT_SUFX= .tbz2
MAINTAINER= refugee@vt.edu
COMMENT= An old school roguelike game
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/source/
MAKEFILE= ${WRKSRC}/makefile.bsd
PLIST_SUB= CRAWLDOCSDIR="${CRAWLDOCSDIR}"
CRAWLDOCSDIR?= share/doc/${PORTNAME}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/${CRAWLDOCSDIR}
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/crawl.txt ${PREFIX}/${CRAWLDOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (dc400b24-src.tbz2) = 3c31b556f4751a7bd989895209cd57e8

View File

@ -0,0 +1,20 @@
--- makefile.bsd.orig Thu Feb 27 22:39:20 2003
+++ makefile.bsd Thu Feb 27 23:27:25 2003
@@ -1,7 +1,7 @@
# -*- Makefile -*- for Dungeon Crawl (linux)
#APPNAME = crawl
-GAME = crawl
+GAME = dungeoncrawl
# this file contains a list of the libraries.
# it will make a variable called OBJECTS that contains all the libraries
@@ -17,7 +17,7 @@
LDFLAGS = -static -L/usr/lib
MCHMOD = 711
# INSTALLDIR = /usr/games
-INSTALLDIR = /tmp/CRAWLTEST/testdev
+INSTALLDIR = ${PREFIX}/bin
LIB = -lncurses
# Include for Linux

View File

@ -0,0 +1,11 @@
Linley's Dungeon Crawl is a free and portable roguelike molded in the tradition
of the early greats of the genre: Rogue, Hack, and Moria.
The player guides a single character deep into a subterranean complex
to retrieve the Orb of Zot, fending off many horrible and hideous creatures
along the way. Once retrieved, the player must return both character and Orb
safely to the surface world. Easier said than done, but fun all the same.
WWW: http://www.dungeoncrawl.org/
- Suleiman Souhlal
refugee@vt.edu

View File

@ -0,0 +1,3 @@
bin/dungeoncrawl
%%PORTDOCS%%%%CRAWLDOCSDIR%%/crawl.txt
%%PORTDOCS%%@dirrm %%CRAWLDOCSDIR%%