diff options
author | taca <taca> | 2002-01-29 00:37:05 +0000 |
---|---|---|
committer | taca <taca> | 2002-01-29 00:37:05 +0000 |
commit | 3e3adae1192f5221899bd5367d8c919dd6f12a4f (patch) | |
tree | 363380c16130bc993fe2de04c6e5044f2b1698ec /security/rats/Makefile | |
parent | 818b4312b94b57a953727cd9acc83a6d0ef837e7 (diff) | |
download | pkgsrc-3e3adae1192f5221899bd5367d8c919dd6f12a4f.tar.gz |
Update rats package to 1.3.
o Utilize textproc/expat/buildlink.mk.
o Install data file to ${LOCALBASE}/libdata/rats instead of ${LOCALBASE}/lib.
It seems that Changes isn't available but PHP support was added.
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" |