summaryrefslogtreecommitdiffstats
path: root/cad/mars/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fix build on CURRENToliver2003-12-091-4/+1
| | | | bump PORTREVISION
* Make BROKEN message more specific.linimon2003-11-221-1/+1
|
* Move inclusion of bsd.port.pre.mk past definition of variables.linimon2003-10-291-6/+6
| | | | Pet portlint.
* Mark as broken on 5.x. The distfile dates from 1994 so it looks unlikelylinimon2003-10-251-1/+7
| | | | like it will run on 5.x anytime soon.
* De-pkg-comment.knu2003-02-201-0/+1
|
* Make portlint happy regarding EXTRATC_ONLYedwin2002-12-211-1/+1
|
* Make cad/mars fetchable again.edwin2002-12-211-0/+1
| | | | Noticed by: portsurvey
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-101-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-061-0/+2
| | | | Approved by: pat
* Return to ports.obrien2001-07-091-1/+1
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-2/+1
|
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-071-5/+3
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-3/+3
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-5/+5
|
* Minor style change.obrien1999-10-271-3/+3
|
* expr -> ${EXPR}mharo1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-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.
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+2
| | | | for ilu and mkdirhier for asl.)
* Change my email address to @FreeBSDobrien1997-10-101-2/+2
|
* fix Bogon.obrien1997-02-041-2/+2
|
* Combine my do-install and post-install targets.. there was no need for twoobrien1996-11-261-3/+1
| | | | targets.
* Misc. cleanup. In particular, don't fetch the docfile in theasami1996-11-261-9/+10
| | | | install target.
* Support Motif compilation.obrien1996-11-251-2/+4
|
* The Maryland Routing Simulator (MaRS) is a discrete-event simulatorobrien1996-11-251-0/+43
providing a flexible platform for the evaluation and comparison of network routing algorithms.
OpenPOWER on IntegriCloud