mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8ed05f0e65
While I'm here, add some mirrors as well.
29 lines
656 B
Makefile
29 lines
656 B
Makefile
# New ports collection makefile for: lclint
|
|
# Version required: 2.4b
|
|
# Date created: 9 September 1996
|
|
# Whom: moeding
|
|
#
|
|
# $Id: Makefile,v 1.5 1999/07/09 14:45:35 billf Exp $
|
|
#
|
|
|
|
DISTNAME= lclint-2.4b
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.sds.lcs.mit.edu/lclint/ftp/lclint/ \
|
|
ftp://ftp.deva.net/pub/sources/programming/linting/ \
|
|
ftp://ftp.netsw.org/netsw/SoftEng/Lang/C/Tools/lclint/ \
|
|
ftp://ftp.uni-bielefeld.de/pub/programming/tools/lclint/
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= s.moeding@ndh.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
do-build:
|
|
@(cd ${WRKSRC}; ${GMAKE})
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/lclint
|
|
|
|
.include <bsd.port.mk>
|