diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 00:37:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 00:37:38 +0000 |
commit | 6bbad1d944226f471541df8c5fbfc685e6452a67 (patch) | |
tree | 5ace053fc98d4daadfeabc5263beaf0c9f5ec622 | |
parent | New port: Compact disc control utility (diff) |
New port: games/dungeoncrawl
A port of dungeon crawl, an old school roguelike.
PR: ports/49095
Submitted by: Suleiman Souhlal <refugee@vt.edu>
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/dungeoncrawl/Makefile | 34 | ||||
-rw-r--r-- | games/dungeoncrawl/distinfo | 1 | ||||
-rw-r--r-- | games/dungeoncrawl/files/patch-aa | 20 | ||||
-rw-r--r-- | games/dungeoncrawl/pkg-descr | 11 | ||||
-rw-r--r-- | games/dungeoncrawl/pkg-plist | 3 |
6 files changed, 70 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index dc24a0a0dbe5..e2b37a7b82dc 100644 --- a/games/Makefile +++ b/games/Makefile @@ -77,6 +77,7 @@ SUBDIR += dopewars SUBDIR += drm SUBDIR += dungeon + SUBDIR += dungeoncrawl SUBDIR += eboard SUBDIR += editss SUBDIR += eights diff --git a/games/dungeoncrawl/Makefile b/games/dungeoncrawl/Makefile new file mode 100644 index 000000000000..4833ba810374 --- /dev/null +++ b/games/dungeoncrawl/Makefile @@ -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> diff --git a/games/dungeoncrawl/distinfo b/games/dungeoncrawl/distinfo new file mode 100644 index 000000000000..4d9f5cff41a1 --- /dev/null +++ b/games/dungeoncrawl/distinfo @@ -0,0 +1 @@ +MD5 (dc400b24-src.tbz2) = 3c31b556f4751a7bd989895209cd57e8 diff --git a/games/dungeoncrawl/files/patch-aa b/games/dungeoncrawl/files/patch-aa new file mode 100644 index 000000000000..40d6c4818944 --- /dev/null +++ b/games/dungeoncrawl/files/patch-aa @@ -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 diff --git a/games/dungeoncrawl/pkg-descr b/games/dungeoncrawl/pkg-descr new file mode 100644 index 000000000000..a10ea6e181a1 --- /dev/null +++ b/games/dungeoncrawl/pkg-descr @@ -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 diff --git a/games/dungeoncrawl/pkg-plist b/games/dungeoncrawl/pkg-plist new file mode 100644 index 000000000000..63f1ffe9db69 --- /dev/null +++ b/games/dungeoncrawl/pkg-plist @@ -0,0 +1,3 @@ +bin/dungeoncrawl +%%PORTDOCS%%%%CRAWLDOCSDIR%%/crawl.txt +%%PORTDOCS%%@dirrm %%CRAWLDOCSDIR%% |