summaryrefslogtreecommitdiff
path: root/devel/lclint/Makefile
blob: c0a99e977e989c8e9e80e992e7cf850e420c1bcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:  lclint
# Version required:	2.4b
# Date created: 	9 September 1996
# Whom:			moeding
#
# $Id: Makefile,v 1.4 1999/06/25 04:02:23 billf Exp $
#

DISTNAME=	lclint-2.4b
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.sds.lcs.mit.edu/pub/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>