pkgsrc/devel/splint/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

28 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.22 2020/01/26 17:31:05 rillig Exp $
#
DISTNAME= splint-3.1.2.src
PKGNAME= ${DISTNAME:S/.src$//}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.splint.org/downloads/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://lclint.cs.virginia.edu/
COMMENT= Statically check C programs
LICENSE= gnu-gpl-v2
# mv: rename .deps/cgrammar.TPo to .deps/cgrammar.Po: No such file or directory
MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake lex
GNU_CONFIGURE= YES
USE_LANGUAGES= c99
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/splint.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"