diff options
author | wiz <wiz> | 2009-04-13 08:37:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-13 08:37:00 +0000 |
commit | 4170b0226536d318eb2c378d881c78c759dad3b8 (patch) | |
tree | 48ca140832c67b77873742798755c8de4b6bb4f1 /archivers/fcrackzip/Makefile | |
parent | 975f13a1e056530fcc6c3a0a49cd4d5e02e82148 (diff) | |
download | pkgsrc-4170b0226536d318eb2c378d881c78c759dad3b8.tar.gz |
Update to 1.0, provided by Bartosz Kuzma in PR 41193.
Add LICENSE.
Changes:
version 1.0 Mon Aug 4 08:24:40 CEST 2008
- fix a segfault when the zip cannot be opened, patch by
Peter Kortschack.
- make use_unzip unstatic.
- update to current autoconf/automake.
Diffstat (limited to 'archivers/fcrackzip/Makefile')
-rw-r--r-- | archivers/fcrackzip/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/archivers/fcrackzip/Makefile b/archivers/fcrackzip/Makefile index 21d2d1d575e..51d6033279f 100644 --- a/archivers/fcrackzip/Makefile +++ b/archivers/fcrackzip/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2009/03/18 18:20:36 darcy Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/13 08:37:00 wiz Exp $ -DISTNAME= fcrackzip-0.3 -MASTER_SITES= http://www.goof.com/pcg/marc/data/ +DISTNAME= fcrackzip-1.0 +MASTER_SITES= http://home.schmorp.de/marc/data/ CATEGORIES= archivers MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.goof.com/pcg/marc/fcrackzip.html +HOMEPAGE= http://home.schmorp.de/marc/fcrackzip.html COMMENT= Zip password cracker +LICENSE= gnu-gpl-v2 + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |