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:
parent
58c051addd
commit
6bbad1d944
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77874
@ -77,6 +77,7 @@
|
||||
SUBDIR += dopewars
|
||||
SUBDIR += drm
|
||||
SUBDIR += dungeon
|
||||
SUBDIR += dungeoncrawl
|
||||
SUBDIR += eboard
|
||||
SUBDIR += editss
|
||||
SUBDIR += eights
|
||||
|
34
games/dungeoncrawl/Makefile
Normal file
34
games/dungeoncrawl/Makefile
Normal 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>
|
1
games/dungeoncrawl/distinfo
Normal file
1
games/dungeoncrawl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dc400b24-src.tbz2) = 3c31b556f4751a7bd989895209cd57e8
|
20
games/dungeoncrawl/files/patch-aa
Normal file
20
games/dungeoncrawl/files/patch-aa
Normal 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
|
11
games/dungeoncrawl/pkg-descr
Normal file
11
games/dungeoncrawl/pkg-descr
Normal 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
|
3
games/dungeoncrawl/pkg-plist
Normal file
3
games/dungeoncrawl/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/dungeoncrawl
|
||||
%%PORTDOCS%%%%CRAWLDOCSDIR%%/crawl.txt
|
||||
%%PORTDOCS%%@dirrm %%CRAWLDOCSDIR%%
|
Loading…
Reference in New Issue
Block a user