blob: 597254b120fcc11a2adb6abd7d9ec1d2fde49b0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
PORTNAME= nss_compat_ossl
PORTVERSION= 0.9.6
MASTER_SITES= http://rcritten.fedorapeople.org/
CATEGORIES= security devel
MAINTAINER= bapt@FreeBSD.org
COMMENT= Source-level compatibility library for OpenSSL to NSS porting
GNU_CONFIGURE= yes
USES= pkgconfig libtool
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
BUILD_DEPENDS= ${LOCALBASE}/lib/nss/libssl3.so:${PORTSDIR}/security/nss
RUN_DEPENDS= ${LOCALBASE}/lib/nss/libssl3.so:${PORTSDIR}/security/nss
LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr
.include <bsd.port.mk>
|