freebsd-ports/devel/splint/Makefile
Satoshi Asami f9ec0b63fb Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,
PKGNAME and WRKSRC (one less line :).
1996-12-12 05:21:36 +00:00

26 lines
487 B
Makefile

# New ports collection makefile for: lclint
# Version required: 2.2a
# Date created: 9 September 1996
# Whom: moeding
#
# $Id: Makefile,v 1.1.1.1 1996/12/11 22:51:21 obrien Exp $
#
DISTNAME= lclint-2.2a
CATEGORIES= devel
MASTER_SITES= ftp://larch.lcs.mit.edu/pub/Larch/lclint/
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= moeding@bn.DeTeMobil.de
GNU_CONFIGURE= yes
USE_GMAKE= yes
do-build:
@(cd ${WRKSRC}; ${GMAKE})
post-install:
@strip ${PREFIX}/bin/lclint
.include <bsd.port.mk>