blob: 352b53d641c1403723c018bec0b358148b370d06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.6 2009/05/19 08:59:00 wiz Exp $
DISTNAME= fcrackzip-1.0
MASTER_SITES= http://home.schmorp.de/marc/data/
CATEGORIES= archivers
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.schmorp.de/marc/fcrackzip.html
COMMENT= Zip password cracker
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFLICTS= unzip-[0-9]*
.include "../../mk/bsd.pkg.mk"
|