openbsd-ports/devel/flawfinder/Makefile
2001-06-07 16:59:49 +00:00

39 lines
841 B
Makefile

# $OpenBSD: Makefile,v 1.3 2001/06/07 16:59:49 shell Exp $
COMMENT= "c/c++ source code auditing tool"
DISTNAME= flawfinder-0.15
CATEGORIES= devel security
NEED_VERSION= 1.414
HOMEPAGE= http://www.dwheeler.com/flawfinder/
MAINTAINER= Jason Peel <jsyn@nthought.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.dwheeler.com/flawfinder/
RUN_DEPENDS= python::lang/python
NO_BUILD= Yes
MAKE_FILE= makefile
FAKE_FLAGS= INSTALL_DIR=${WRKINST}${PREFIX}
DOC_DIR= ${PREFIX}/share/doc/${DISTNAME}
DOC_FILES= ChangeLog README flawfinder.pdf \
flawfinder.ps index.html test.c \
announcement
post-install:
${INSTALL_DATA_DIR} ${DOC_DIR}
.for i in ${DOC_FILES}
${INSTALL_DATA} ${WRKSRC}/$i ${DOC_DIR}
.endfor
.include <bsd.port.mk>