summaryrefslogtreecommitdiff
path: root/cad/mars/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+2
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* fix Bogon.David E. O'Brien1997-02-041-2/+2
| | | | Notes: svn path=/head/; revision=5528
* Combine my do-install and post-install targets.. there was no need for twoDavid E. O'Brien1996-11-261-3/+1
| | | | | | | targets. Notes: svn path=/head/; revision=4689
* Misc. cleanup. In particular, don't fetch the docfile in theSatoshi Asami1996-11-261-9/+10
| | | | | | | install target. Notes: svn path=/head/; revision=4666
* Support Motif compilation.David E. O'Brien1996-11-251-2/+4
| | | | Notes: svn path=/head/; revision=4655
* The Maryland Routing Simulator (MaRS) is a discrete-event simulatorDavid E. O'Brien1996-11-251-0/+43
providing a flexible platform for the evaluation and comparison of network routing algorithms. Notes: svn path=/head/; revision=4653