ports/security/rats/Makefile
Mauro Eldritch df880b8318 */*: Take maintainership
Submitter takes maintainership:
security/2fa
security/aws-vault
security/fragroute
security/rats
security/secure_delete
security/smurflog
security/sqlninja
security/ssss
security/wipe
www/cgiwrap

PR:		288339
2025-07-20 10:53:39 +02:00

36 lines
954 B
Makefile

PORTNAME= rats
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rough-auditing-tool-for-security/
MAINTAINER= mauroeldritch@gmail.com
COMMENT= Source code auditing tool
WWW= https://security.web.cern.ch/security/recommendations/en/codetools/rats.shtml
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake tar:tgz
CONFIGURE_ARGS= --with-expat-lib=${LOCALBASE}/lib \
--with-expat-include=${LOCALBASE}/include/xml \
--datadir=${DATADIR}
ALL_TARGET= ${PORTNAME}
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -E '/^CFLAGS/! s,(BIN|LIB|MAN|SHARE)DIR),DESTDIR)$$(&,g' \
${WRKSRC}/Makefile.in
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>