freebsd-ports/devel/splint/Makefile
Jeroen Ruigrok van der Werven 593657968d Update to 2.5q.
PR:		20224
Submitted by:	MAINTAINER <s.moeding@ndh.net>
2000-07-31 11:25:02 +00:00

26 lines
410 B
Makefile

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