summaryrefslogtreecommitdiff
path: root/games/dungeoncrawl/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 00:37:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 00:37:38 +0000
commit6bbad1d944226f471541df8c5fbfc685e6452a67 (patch)
tree5ace053fc98d4daadfeabc5263beaf0c9f5ec622 /games/dungeoncrawl/Makefile
parentNew 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>
Notes
Notes: svn path=/head/; revision=77874
Diffstat (limited to 'games/dungeoncrawl/Makefile')
-rw-r--r--games/dungeoncrawl/Makefile34
1 files changed, 34 insertions, 0 deletions
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>