summaryrefslogtreecommitdiffstats
path: root/games/phantasia/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
|
* Remove unneded -ltermcap or -lmytinfoache2000-09-161-2/+2
|
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-101-1/+6
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* Keep build-tools objects separate from `all' objects so that mybde1998-09-021-3/+6
| | | | cross-builds work.
* Make the build tools static to avoid trying to use the shared loaderjb1998-08-201-2/+2
| | | | | | | | | before it is installed. This upsets Bruce because the host boostrap build forces tools to be static anyway. He says I'm abusing NOTOOLS in src/Makefile by using it to do a aout->elf transition build. One day I'll find a place to install host tools like these to allow a true cross build.
* Added a `build-tools' target for internal tools.bde1998-07-071-1/+3
| | | | Honor LDFLAGS for building internal tools.
* Fixed long lines in install rule. Fixed other bogons while I was here:bde1998-01-161-19/+12
| | | | | | | | | | | | - removed vestigal rule for a Lite1 `.0' manpage. - don't duplicate defaults in the `all' dependencies. - removed bogus dependency of `setup' on monsters.asc. - compile `setup' with the usual CFLAGS. - create monster files at build time, not at install time. - don't be so repetitive in the install rule. - fixed too-global replacement of `install' by ${INSTALL}. Long lines made disgustingly longer by: previous commit.
* Fix phantasia.eivind1998-01-051-8/+8
| | | | Noticed by: max
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-8/+8
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-10/+10
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Add the files: characs, gold, lastdead, mess, monsters, motd, scoreboard, voidats1994-11-281-0/+1
| | | | that are created from a setup program to the CLEANFILES list.
* Change setup.c so that game files are generated into obj dir,swallace1994-09-191-1/+8
| | | | then Makefile installs into ${DESTDIR}/var/games/phantasia
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-2/+2
|
* Remove the conditional mkdir of /var/games/phantasia - done by mtree now.jkh1994-09-081-3/+0
| | | | Submitted by: jkh
* Woo, naughty! It just occurred to me that this guy wasn't usingjkh1994-09-081-3/+3
| | | | | ${DESTDIR} - fixed. Submitted by: jkh
* More preventive medicine on making directories before installation.jkh1994-09-081-0/+3
| | | | Submitted by: jkh
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+30
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
OpenPOWER on IntegriCloud