blob: 334bad345350f3434410f53d64b45adbe0ddcb1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= nss_compat_ossl
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://rcritten.fedorapeople.org/
MAINTAINER= ports@FreeBSD.org
COMMENT= Source-level compatibility library for OpenSSL to NSS porting
WWW= http://rcritten.fedorapeople.org/nss_compat_ossl.html
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libnspr4.so:devel/nspr \
libnss3.so:security/nss
USES= cpe pkgconfig libtool
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.mk>
|