openbsd-ports/devel/splint/Makefile
sturm b2c801e8e3 update to splint 3.1.1
based on a diff by Emil Mikulic <emikulic at dmr.ath.cx>
2004-05-23 15:41:07 +00:00

36 lines
807 B
Makefile

# $OpenBSD: Makefile,v 1.3 2004/05/23 15:41:07 sturm Exp $
COMMENT= "advanced lint: statically check C programs"
DISTNAME= splint-3.1.1
CATEGORIES= devel
HOMEPAGE= http://www.splint.org/
MAINTAINER= Marc Espie <espie@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}downloads/
# Has to use bison because splint uses pure parsers
BUILD_DEPENDS= :bison-*:devel/bison
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
pre-build:
-rm ${WRKSRC}/src/{cgrammar,llgrammar,mtgrammar,signature}.c
DOCDIR= ${PREFIX}/share/doc/splint
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/manual.htm ${DOCDIR}/manual.html
.include <bsd.port.mk>