pkgsrc/devel/splint/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

22 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/06/02 01:20:14 jschauma Exp $
#
VERSION= 3.0.1.6
DISTNAME= splint-${VERSION}.src
PKGNAME= splint-${VERSION}
WRKSRC= ${WRKDIR}/splint-${VERSION}
CATEGORIES= devel
MASTER_SITES= http://www.splint.org/downloads/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://lclint.cs.virginia.edu/
COMMENT= Statically check C programs
USE_GMAKE= YES
GNU_CONFIGURE= YES
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/splint.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"