danj 5171d0cdfa Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:39:42 +00:00

30 lines
637 B
Makefile

# $OpenBSD: Makefile,v 1.10 2019/07/17 14:39:42 danj Exp $
COMMENT = ZIP password cracker
DISTNAME = fcrackzip-1.0
REVISION = 2
CATEGORIES = security archivers
HOMEPAGE = http://home.schmorp.de/marc/fcrackzip.html
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB += c
MASTER_SITES = http://home.schmorp.de/data/marc/
CONFIGURE_STYLE = autoconf
AUTOCONF_VERSION = 2.61
# 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>