freebsd-ports/security/rats/Makefile
Pav Lucistnik 3b0689b2ca - Adopt
PR:		ports/97860
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2006-05-25 21:57:24 +00:00

34 lines
771 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= ${MASTER_SITE_PACKETSTORM} \
http://www.securesoftware.com/rats/
MASTER_SITE_SUBDIR= UNIX/security
MAINTAINER= lx@redundancy.redundancy.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>