1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/lclint/Makefile
Bill Fumerola 0f87846189 Make this port respect CFLAGS again. it also seems the distfile changed on
us mysteriously.

Submitted by:	Scott Kenney <saken@hotel.rmta.org>
1999-07-09 14:45:38 +00:00

26 lines
471 B
Makefile

# 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>