aboutsummaryrefslogtreecommitdiff
path: root/games/dungeoncrawl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/dungeoncrawl: unbreak with Clang 6Jan Beich2018-07-181-0/+2
| | | | | | | | | | | | | | | | direct.cc:47:32: error: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] static const char xcomp[9] = { -1, 0, 1, -1, 0, 1, -1, 0, 1 }; ^~ describe.cc:216:28: warning: result of comparison of constant -2 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare] if (proprt[ RAP_FIRE ] < -2) ~~~~~~~~~~~~~~~~~~ ^ ~~ PR: 229723 Submitted by: Greg V Reported by: pkg-fallout Notes: svn path=/head/; revision=474830
* - Switch to USES=tar:tbz2Dmitry Marakasov2016-03-121-9/+11
| | | | | | | | - Switch to options helpers - Simplify installation Notes: svn path=/head/; revision=410887
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Fix build on -currentMartin Wilke2014-02-271-19/+23
| | | | | | | | | | - Update MASTER_SITES PR: 186736 Submitted by: Ports FUry Notes: svn path=/head/; revision=346291
* Reset maintainership due to mail bouncingBaptiste Daroussin2014-02-051-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=342651
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Respect CXX and CXXFLAGSStefan Walter2007-04-051-8/+18
| | | | | | | | | | | | | | - Replaced pkg-plist with PLIST_FILES - Install manpage - Renamed patches - Replace patch-aa(makefile.bsd) with sed PR: 110063 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer timeout (~4 weeks) Notes: svn path=/head/; revision=189279
* Maintainer update: games/dungeoncrawlEdwin Groothuis2003-04-181-1/+1
| | | | | | | | | | | Update to beta 26. PR: ports/50913 Submitted by: Suleiman Souhlal <refugee@vt.edu> Release Notes: svn path=/head/; revision=79186
* remove credentials from the MASTER_SITEEdwin Groothuis2003-04-011-1/+1
| | | | | | | Submitted by: kris@ Notes: svn path=/head/; revision=77879
* New port: games/dungeoncrawlEdwin Groothuis2003-04-011-0/+34
A port of dungeon crawl, an old school roguelike. PR: ports/49095 Submitted by: Suleiman Souhlal <refugee@vt.edu> Notes: svn path=/head/; revision=77874