1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

35 lines
714 B
Makefile

# New ports collection makefile for: vnccrack
# Date created: 2006-08-19
# Whom: 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= A fast offline password cracker for VNC passwords
GNU_CONFIGURE= yes
USE_GCC= 3.2+
USE_OPENSSL= yes
SUB_FILES+= pkg-message
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/vnccrack ${PREFIX}/bin/vnccrack
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}/readme.txt
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>