freebsd-ports/devel/splint/Makefile
Baptiste Daroussin 60292502ab Convert USE_GMAKE->USES=gmake
Remove cruft
2014-01-25 00:23:18 +00:00

23 lines
565 B
Makefile

# Created by: moeding
# $FreeBSD$
PORTNAME= splint
PORTVERSION= 3.1.2
CATEGORIES= devel security
MASTER_SITES= http://www.splint.org/downloads/
EXTRACT_SUFX= .src.tgz
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Tool for statically checking sourcecode for security vulnerabilities
USES= gmake
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/Headers/constants.h
${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|=${DATADIR}|'
.include <bsd.port.mk>