summaryrefslogtreecommitdiff
path: root/devel/splint/Makefile
blob: 480f60ca2022ecdcbdab5bb9024f5d1d0a90c4ec (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
# Date created: 	9 September 1996
# Whom:			moeding
#
# $FreeBSD$
#

PORTNAME=	lclint
PORTVERSION=	2.5q
CATEGORIES=	devel
MASTER_SITES=	http://lclint.cs.virginia.edu/
EXTRACT_SUFX=	.src.tar.gz

MAINTAINER=	ports@FreeBSD.Org

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

do-build:
	@(cd ${WRKSRC}; ${GMAKE})

post-install:
	@strip ${PREFIX}/bin/lclint

.include <bsd.port.mk>