svn commit: r421818 - head/security/vnccrack

John Marino marino at FreeBSD.org
Sun Sep 11 13:41:48 UTC 2016


Author: marino
Date: Sun Sep 11 13:41:47 2016
New Revision: 421818
URL: https://svnweb.freebsd.org/changeset/ports/421818

Log:
  security/vnccrack: Document SSL requirement and set its flags
  
  Approved by:	SSL blanket

Modified:
  head/security/vnccrack/Makefile

Modified: head/security/vnccrack/Makefile
==============================================================================
--- head/security/vnccrack/Makefile	Sun Sep 11 13:37:41 2016	(r421817)
+++ head/security/vnccrack/Makefile	Sun Sep 11 13:41:47 2016	(r421818)
@@ -6,13 +6,14 @@ PORTVERSION=	1.0.0
 CATEGORIES=	security
 MASTER_SITES=	http://files.randombit.net/vnccrack/
 DISTNAME=	VNCcrack-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	pankov_p at mail.ru
 COMMENT=	Fast offline password cracker for VNC passwords
 
+USES=		ssl tar:tgz
 GNU_CONFIGURE=	yes
-USE_OPENSSL=	yes
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 SUB_FILES+=	pkg-message
 


More information about the svn-ports-head mailing list