1f9c24e089
- Now supports Ruby Reviewed by: lx (maintainer) Approved by: itetcu (mentor)
33 lines
707 B
Makefile
33 lines
707 B
Makefile
# Ports collection makefile for: rats
|
|
# Date created: 22 August 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rats
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= security devel
|
|
MASTER_SITES= http://www.fortify.com/servlet/download/public/
|
|
|
|
MAINTAINER= lx@FreeBSD.org
|
|
COMMENT= Source code auditing tool
|
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \
|
|
--with-expat-include=${LOCALBASE}/include/xml \
|
|
--datadir=${DATADIR}
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
MAN1= rats.1
|
|
|
|
.include <bsd.port.mk>
|