openbsd-ports/security/fcrackzip/Makefile
2013-03-11 11:35:43 +00:00

33 lines
705 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/03/11 11:41:24 espie Exp $
COMMENT = ZIP password cracker
DISTNAME = fcrackzip-1.0
REVISION = 0
CATEGORIES = security archivers
HOMEPAGE = http://home.schmorp.de/marc/fcrackzip.html
MAINTAINER = Jung Lee <openwall77@gmail.com>
# GPLv2
PERMIT_PACKAGE_CDROM = yes
WANTLIB += c
MASTER_SITES = http://home.schmorp.de/data/marc/
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.61
USE_GROFF = Yes
# for the --use-unzip option
RUN_DEPENDS = archivers/unzip
do-install:
${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/zipinfo ${PREFIX}/bin/fcrackzipinfo
.include <bsd.port.mk>