mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1f1c285bba
Triggered by: distilator Reviewed by: netchild (emulation)
32 lines
814 B
Makefile
32 lines
814 B
Makefile
# New ports collection makefile for: security/linux-f10-libssh2
|
|
# Date created: 2009-05-04
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libssh2
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= security linux
|
|
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= The library implementing the SSH2 protocol (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux-f8-libssh2-[0-9]*
|
|
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_APPS= openssl
|
|
LINUX_DIST_VER= 10
|
|
RPMVERSION= 7.fc9
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= usr/lib/libssh2.so.1 usr/lib/libssh2.so.1.0.0
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|