mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
1a8691119c
No time to debug, it's midnight! Patches cheerfully accepted.
27 lines
509 B
Makefile
27 lines
509 B
Makefile
# New ports collection makefile for: lclint
|
|
# Version required: 2.4b
|
|
# Date created: 9 September 1996
|
|
# Whom: moeding
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/07/03 23:36:18 steve 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
|
|
NO_PACKAGE= "doesn't respect $CFLAGS"
|
|
|
|
do-build:
|
|
@(cd ${WRKSRC}; ${GMAKE})
|
|
|
|
post-install:
|
|
@strip ${PREFIX}/bin/lclint
|
|
|
|
.include <bsd.port.mk>
|