diff options
Diffstat (limited to 'archivers/fcrackzip/Makefile')
-rw-r--r-- | archivers/fcrackzip/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/fcrackzip/Makefile b/archivers/fcrackzip/Makefile new file mode 100644 index 00000000000..f0e6ef3e5fe --- /dev/null +++ b/archivers/fcrackzip/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/25 07:47:47 kefren Exp $ + +DISTNAME= fcrackzip-0.3 +MASTER_SITES= http://www.goof.com/pcg/marc/data/ +CATEGORIES= archivers + +COMMENT= Zip password cracker +MAINTAINER= pkgsrc-users@pkgsrc.org +HOMEPAGE= http://www.goof.com/pcg/marc/fcrackzip.html + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |