aboutsummaryrefslogtreecommitdiff
path: root/security/nss_compat_ossl/Makefile
blob: bb5a3044657fdda158a15f691b5d5b39fa866429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libnspr4.so:devel/nspr \
		libnss3.so:security/nss

GNU_CONFIGURE=	yes
USES=		pkgconfig libtool
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

.include <bsd.port.mk>