1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/vnccrack/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

29 lines
601 B
Makefile

# Created by: Pankov Pavel <pankov_p@mail.ru>
# $FreeBSD$
PORTNAME= vnccrack
PORTVERSION= 1.0.0
CATEGORIES= security
MASTER_SITES= http://files.randombit.net/vnccrack/
DISTNAME= VNCcrack-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= pankov_p@mail.ru
COMMENT= Fast offline password cracker for VNC passwords
GNU_CONFIGURE= yes
USE_OPENSSL= yes
SUB_FILES+= pkg-message
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vnccrack ${STAGEDIR}${PREFIX}/bin
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>