openbsd-ports/devel/rats/Makefile
jsyn 928b42a13e - update to rats-1.1
- now supports perl and python in addition to C/C++
ok pvalchev@
2001-08-04 07:42:04 +00:00

33 lines
733 B
Makefile

# $OpenBSD: Makefile,v 1.5 2001/08/04 07:42:04 jsyn Exp $
COMMENT= "source code auditing tool"
DISTNAME= rats-1.1
CATEGORIES= devel security
NEED_VERSION= 1.428
HOMEPAGE= http://www.securesw.com/rats/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.securesw.com/rats/
LIB_DEPENDS= expat::textproc/expat
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+= --with-expat-lib=${LOCALBASE}/lib \
--with-expat-include=${LOCALBASE}/include
ALL_TARGET= rats
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rats
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rats
.include <bsd.port.mk>