diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2012-10-08 22:51:50 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2012-10-08 22:51:50 +0000 |
commit | bf7e39e982bb2b8fdeea8a98b4880675f68c58a0 (patch) | |
tree | 3e9c44531992a0434a1c798d0aafd4159d41f75b /security/libssh2/Makefile | |
parent | 3c6d5c562b17eb19e3821f666a32610043703ee1 (diff) | |
download | ports-bf7e39e982bb2b8fdeea8a98b4880675f68c58a0.tar.gz ports-bf7e39e982bb2b8fdeea8a98b4880675f68c58a0.zip |
Notes
Diffstat (limited to 'security/libssh2/Makefile')
-rw-r--r-- | security/libssh2/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 2aa9f2740d0a..0a349c9736e8 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: libssh2 -# Date created: 2005-04-07 -# Whom: Alexander Leidinger <netchild@freebsd.org> -# +# Whom: Alexander Leidinger <netchild@freebsd.org> # $FreeBSD$ -# PORTNAME= libssh2 PORTVERSION= 1.4.2 PORTEPOCH= 2 CATEGORIES= security devel MASTER_SITES= http://www.libssh2.org/download/ \ - ${MASTER_SITE_LOCAL:S,%SUBDIR%,sbz,} + LOCAL/sbz MAINTAINER= sbz@FreeBSD.org COMMENT= A library implementing the SSH2 protocol @@ -26,9 +22,9 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= GCRYPT TRACE ZLIB OPTIONS_DEFAULT= ZLIB -GCRYPT_DESC= Use libgcrypt instead of OpenSSL +.include <bsd.port.options.mk> + TRACE_DESC= Enable debug packet traces -ZLIB_DESC= Enable compression .include <bsd.port.pre.mk> @@ -217,7 +213,7 @@ MAN3= libssh2_agent_connect.3 \ libssh2_version.3 # allow maintainer to generate MAN3 manpages list (make extract is required before) -x-generate-man3: +x-generate-man3: extract @(cd ${WRKSRC}/docs && ${LS} -1F *.3 | ${SORT} | ${CUT} -d '/' -f4 \ | ${GREP} -v template) |