1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/splint/Makefile

26 lines
410 B
Makefile
Raw Normal View History

# New ports collection makefile for: lclint
# Date created: 9 September 1996
# Whom: moeding
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
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>