freebsd-ports/security/nss_compat_ossl/Makefile

24 lines
479 B
Makefile
Raw Normal View History

# $FreeBSD$
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
2014-11-01 20:45:53 +01:00
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libnspr4.so:devel/nspr \
libnss3.so:security/nss
2014-11-01 20:45:53 +01:00
GNU_CONFIGURE= yes
USES= pkgconfig libtool
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>