mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ba8ea5d95e
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>
27 lines
517 B
Makefile
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>
|