summaryrefslogtreecommitdiff
path: root/devel/lclint/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Prefer the http main site over the ftp main site, it's more reliable.Bill Fumerola1999-08-061-2/+5
| | | | While I'm here, add some mirrors as well.
* Make this port respect CFLAGS again. it also seems the distfile changed onBill Fumerola1999-07-091-2/+1
| | | | | | us mysteriously. Submitted by: Scott Kenney <saken@hotel.rmta.org>
* Mark NO_PACKAGE, as it doesn't respect CFLAGS.Bill Fumerola1999-06-251-1/+2
| | | | No time to debug, it's midnight! Patches cheerfully accepted.
* Update to version 2.4b.Steve Price1998-07-031-6/+6
| | | | | PR: 7113 Submitted by: maintainer
* Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,Satoshi Asami1996-12-121-4/+3
| | | | PKGNAME and WRKSRC (one less line :).
* LCLint is a tool for statically checking C programs. With minimalDavid E. O'Brien1996-12-111-0/+26
effort, LCLint can be used as a better lint. If additional effort is invested adding annotations to programs, LCLint can perform stronger checks than can be done by any standard lint. Check the LCLint home page at http://larch-www.lcs.mit.edu:8001/larch/lclint/ Closes-PR: ports/1646 Submitted by: Stefan Moeding <moeding@bn.DeTeMobil.de>