freebsd-ports/security/rats/Makefile
David Thiel 07dcebdc47 RATS is under new ownership, so change download and WWW info.
PR:		ports/116194
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	lx
2007-09-09 03:39:54 +00:00

34 lines
778 B
Makefile

# Ports collection makefile for: rats
# Date created: 22 August 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rats
PORTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= security devel
MASTER_SITES= http://www.fortifysoftware.com/servlet/downloads/public/ \
${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR= UNIX/security
MAINTAINER= lx@FreeBSD.org
COMMENT= Source code auditing tool
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \
--with-expat-include=${LOCALBASE}/include/xml
ALL_TARGET= rats
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/rats
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rats
.endif
MAN1= rats.1
.include <bsd.port.mk>