forked from Lainports/freebsd-ports
- Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
27 lines
641 B
Makefile
27 lines
641 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libssh2
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= security linux
|
|
MASTER_SITES= CENTOS_LINUX
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-f10-libssh2-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
RPMVERSION= 1.el6_6.1
|
|
USE_LINUX= c6
|
|
USE_LINUX_APPS= openssl
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|