diff options
Diffstat (limited to 'security/rats/Makefile')
-rw-r--r-- | security/rats/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index e859aa9cc0d..b0c5e88965c 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:40 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/29 00:37:05 taca Exp $ # -DISTNAME= rats-1.1 -CATEGORIES= security -MASTER_SITES= http://www.securesw.com/rats/ +DISTNAME= rats-1.3 +CATEGORIES= security +MASTER_SITES= http://www.securesw.com/rats/ -MAINTAINER= tech-pkg-ja@jp.netbsd.org -HOMEPAGE= http://www.securesw.com/rats/ -COMMENT= Rough Auditing Tool for Security +MAINTAINER= tech-pkg-ja@jp.netbsd.org +HOMEPAGE= http://www.securesw.com/rats/ +COMMENT= Rough Auditing Tool for Security -DEPENDS+= expat-[0-9]*:../../textproc/expat - -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-expat-include=${LOCALBASE}/include +USE_BUILDLINK_ONLY= # defined +GNU_CONFIGURE= # defined +CONFIGURE_ARGS= --libdir=${LOCALBASE}/libdata/rats +ALL_TARGET= rats +.include "../../textproc/expat/buildlink.mk" .include "../../mk/bsd.pkg.mk" |