2005-04-22 22:09:20 +02:00
|
|
|
# New ports collection makefile for: libssh2
|
|
|
|
# Date created: 2005-04-07
|
|
|
|
# Whom: Alexander Leidinger <netchild@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libssh2
|
2009-01-31 07:36:18 +01:00
|
|
|
PORTVERSION= 0.2
|
|
|
|
PORTEPOCH= 1
|
2005-04-22 22:09:20 +02:00
|
|
|
CATEGORIES= security devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2007-07-08 02:26:55 +02:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
2005-07-13 23:39:43 +02:00
|
|
|
COMMENT= A library implementing the SSH2 protocol
|
2005-04-22 22:09:20 +02:00
|
|
|
|
|
|
|
USE_OPENSSL= yes
|
2005-06-16 04:24:17 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-09-07 22:04:19 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-04-22 22:09:20 +02:00
|
|
|
|
|
|
|
PLIST_FILES= include/libssh2.h \
|
2009-01-31 07:36:18 +01:00
|
|
|
lib/libssh2.so.0
|
2005-04-22 22:09:20 +02:00
|
|
|
|
|
|
|
post-patch:
|
2005-06-16 04:24:17 +02:00
|
|
|
@${REINPLACE_CMD} -e '/ssh2_sample\.o/d' ${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e 's|SHLIB_SUFFIX_NAME@ |SHLIB_SUFFIX_NAME@.0 |g' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2005-04-22 22:09:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|