1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/lclint/Makefile
David E. O'Brien ba8ea5d95e LCLint is a tool for statically checking C programs. With minimal
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>
1996-12-11 22:51:22 +00:00

27 lines
517 B
Makefile

# New ports collection makefile for: lclint
# Version required: 2.2a
# Date created: 9 September 1996
# Whom: moeding
#
# $Id: porting.sgml,v 1.2.4.5 1996/06/19 20:28:08 jkh Exp $
#
DISTNAME= lclint-2.2a.src
PKGNAME= lclint-2.2a
CATEGORIES= devel
MASTER_SITES= ftp://larch.lcs.mit.edu/pub/Larch/lclint/
MAINTAINER= moeding@bn.DeTeMobil.de
WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
USE_GMAKE= yes
do-build:
@(cd ${WRKSRC}; ${GMAKE})
post-install:
@strip ${PREFIX}/bin/lclint
.include <bsd.port.mk>