aboutsummaryrefslogtreecommitdiffstats
path: root/security/libssh2
diff options
context:
space:
mode:
authorsbz <sbz@FreeBSD.org>2012-10-09 06:51:50 +0800
committersbz <sbz@FreeBSD.org>2012-10-09 06:51:50 +0800
commit2f5d74a9dd97c85fe72a1a3c8069b2a581e1d2d2 (patch)
tree3e9c44531992a0434a1c798d0aafd4159d41f75b /security/libssh2
parentb8d856c9ea4591125c8d2522cc4b06925496ff61 (diff)
downloadfreebsd-ports-gnome-2f5d74a9dd97c85fe72a1a3c8069b2a581e1d2d2.tar.gz
freebsd-ports-gnome-2f5d74a9dd97c85fe72a1a3c8069b2a581e1d2d2.tar.zst
freebsd-ports-gnome-2f5d74a9dd97c85fe72a1a3c8069b2a581e1d2d2.zip
- Update MASTER_SITES
- Remove options description already in Mk/bsd.options.desc.mk
Diffstat (limited to 'security/libssh2')
-rw-r--r--security/libssh2/Makefile14
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)