aboutsummaryrefslogtreecommitdiff
path: root/games/rogue/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-211-20/+0
| | | | Notes: svn path=/head/; revision=105614
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74528
* Remove never used home-born implementation of curses library from sourceAlexey Zelkin2001-01-251-1/+1
| | | | | | | tree. Notes: svn path=/head/; revision=71628
* Remove unneded -ltermcap or -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | Notes: svn path=/head/; revision=65912
* Fixed bitrot in DPADD.Bruce Evans2000-07-191-1/+1
| | | | Notes: svn path=/head/; revision=63535
* -lcompat doesn't seem to be needed anymore.Ollivier Robert2000-07-031-1/+1
| | | | | | | MFC candidate (compile fine on 5.0 and 4.0-STABLE). Notes: svn path=/head/; revision=62442
* 1. Don't overwrite scorefiles if they already exist.Bill Fumerola1999-12-101-0/+3
| | | | | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around. Notes: svn path=/head/; revision=54416
* Install empty rogue.scores file to prevent it owned byAndrey A. Chernov1997-09-241-0/+4
| | | | | | | first user who run rogue Notes: svn path=/head/; revision=29755
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-2/+2
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-041-0/+13
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490