freebsd-ports/security/linux-c6-libssh2/Makefile
2019-07-07 17:01:32 +00:00

22 lines
469 B
Makefile

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= libssh2
PORTVERSION= 1.4.2
DISTVERSIONSUFFIX= -3.el6_10.1
PORTREVISION= 7
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER})
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= openssl
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>