openbsd-ports/devel/rats/Makefile

33 lines
739 B
Makefile
Raw Normal View History

2001-06-07 05:00:43 -04:00
# $OpenBSD: Makefile,v 1.2 2001/06/07 09:00:43 camield Exp $
COMMENT= "c source code auditing tool"
2001-06-07 05:00:43 -04:00
DISTNAME= rats-1.0
CATEGORIES= devel security
2001-06-07 05:00:43 -04:00
NEED_VERSION= 1.414
HOMEPAGE= http://www.securesw.com/rats/
MAINTAINER= Jason Peel <jsyn@nthought.com>
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>