diff options
author | itojun <itojun@pkgsrc.org> | 2002-11-05 06:20:27 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-11-05 06:20:27 +0000 |
commit | bcf449eb3b1405abd01689b345ab75dd1b5a5cbb (patch) | |
tree | 612d2ca8394b1ad8e87a178ae3fee168c39ff64d /net/LaBrea/Makefile | |
parent | c065578b47ba7c4430d2c3dcfce96aeed952f64e (diff) | |
download | pkgsrc-bcf449eb3b1405abd01689b345ab75dd1b5a5cbb.tar.gz |
upgrade to 2.3. master site has changed, it seems.
---
Revision 2.3 2001/11/20 17:10:19 tliston
Added support for Linux window probes.
Revision 2.2 2001/10/02 22:51:51 tliston
I screwed up! Moved something I shouldn't oughtta move... Sorry!
Revision 2.1 2001/10/02 17:04:23 tliston
Added many new command line parameters (-T, -d, -q, -R, -o) and did some
minor bug squashing and cleanup.
Diffstat (limited to 'net/LaBrea/Makefile')
-rw-r--r-- | net/LaBrea/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/LaBrea/Makefile b/net/LaBrea/Makefile index a4c04712537..7cc9e3bae69 100644 --- a/net/LaBrea/Makefile +++ b/net/LaBrea/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.4 2002/10/09 12:47:11 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/05 06:20:27 itojun Exp $ # -DISTNAME= LaBrea -PKGNAME= LaBrea-2.0 +DISTNAME= LaBrea2_3 +PKGNAME= LaBrea-2.3 CATEGORIES= net security -MASTER_SITES= http://hts.dshield.org/LaBrea/ +MASTER_SITES= http://www.hackbusters.net/LaBrea/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://hts.dshield.org/LaBrea/ +HOMEPAGE= http://www.hackbusters.net/LaBrea/ COMMENT= builds tarpits/honeypots for scanners USE_BUILDLINK2= YES +WRKSRC= ${WRKDIR}/LaBrea + post-extract: cd ${WRKSRC}; \ ${MV} LaBrea.c LaBrea.c.in && \ |