aboutsummaryrefslogtreecommitdiffstats
path: root/games/acm
Commit message (Collapse)AuthorAgeFilesLines
* Chase libaudio shlib major (from the audio/nas update).petef2001-12-311-1/+1
|
* Use stdlib.h instead of malloc.h, which is deprecated.se2001-11-242-0/+28
|
* Add URL of ACM web-site.se2001-11-241-0/+2
|
* typo clean up police: \s -> \tlioux2001-02-151-2/+2
|
* Ditch out "Version required" from comments section.sobomax2000-11-231-1/+0
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-3/+2
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Back out useful `Version required lines' that I'd blindly removed.knu2000-04-151-0/+1
|
* Remove obsolete `Version required' lines.knu2000-04-151-1/+0
|
* update portname/portversion stuff (games commit part 1, a-c)mharo2000-04-141-1/+2
|
* Fetch with FTP instead of HTTP.se1999-09-301-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* This port needs USE_XLIB.asami1999-05-171-1/+2
| | | | Submitted by: maintainer
* Use bsd.port.{pre,post}.mk.asami1999-02-031-4/+3
|
* Upgrade to version 5.0 of ACM.se1999-02-028-109/+175
|
* BROKEN='acm-5.0.tar.gz is all that is available'obrien1999-02-011-1/+3
|
* Fix ELF brokenness caused by wrong assumptions of GNU configure, if anse1998-12-078-31/+64
| | | | | | | | "elf.h" header file is found (assumption was System V.4, which made later configure tests fail). Make myself maintainer of this port (as suggested by the previous maintainer: joerg).
* Remove empty directories on deinstall.steve1998-09-281-0/+1
|
* Won't build in an ELF world.steve1998-09-281-2/+4
|
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-1/+0
|
* Add CONFIGURE_ENV="${SH} -x". We have no idea why this works, butasami1997-07-101-3/+3
| | | | | | | | | | configure will die otherwise because it finds elf.h and concludes we are SVR4. While I'm here, delete CONFIGURE_ARGS=--prefix=${PREFIX} and change HAS_CONFIGURE to GNU_CONFIGURE. Submitted by: Donald J. Maddox (dmaddox@scsn.net)
* Have manpage installed in man6 where games belong.obrien1997-01-034-3/+22
| | | | and some /usr/local hardcodings --> ${PREFIX}
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-5/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Update this from 2.0 to 4.7 :-) and add optional NAS (audio) supportmarkm1996-08-144-138/+69
| | | | OK-ed by: joerg
* Shorten the COMMENT line.joerg1995-10-251-1/+1
|
* Make this port actually work:joerg1995-04-171-9/+8
| | | | | | | | | | | | | | . install the data files, too :) . make acm complain if it cannot find a data file, instead of dump core . moved the data file location to where all X11 programs used to have it . try working around some floating point problems by masking all FP exceptions (yes, i know that it's ugly, but i won't like to go and fix acm -- it's way too huge for me)
* And here comes the next round of Makefile updates, for games. Folks,asami1995-04-111-8/+10
| | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
* De-canonicalize the host and dir names of the master site.joerg1995-04-021-4/+4
| | | | | | Reviewed by: Submitted by: Obtained from:
* Claim my ports, and add the MAINTAINER entry.joerg1995-04-011-2/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+3
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* The tarball is now .tar.gz ...gpalmer1995-03-282-3/+2
|
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-201-1/+2
| | | | | This thing is getting boring :-). Also add the acm.1 manpage to the packing list.
* Add the missing package files.joerg1995-03-073-0/+147
|
* acm - a flight simulator for X11.joerg1995-03-062-0/+18
The program still SIGFPE's for me when compiled without -g, but that doesn't seem to be acm's fault. Also, i don't want to get my patches lost. The port should remain disabled in the parent Makefile until the floating point troubles are fixed. ...desperatley hoping that i've got the import right this time. :-/