mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
27 lines
751 B
Makefile
27 lines
751 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nss
|
|
PORTVERSION= 3.28.4
|
|
CATEGORIES= security linux
|
|
LIB_DISTNAMES= ${DISTNAME} \
|
|
${PORTNAME}-util-${PORTVERSION}-1.el6_9 \
|
|
${PORTNAME}-softokn-3.14.3-23.3.el6_8 \
|
|
${PORTNAME}-softokn-freebl-3.14.3-23.3.el6_8
|
|
SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \
|
|
${PORTNAME}-util-${PORTVERSION}-1.el6_9${SRC_SUFX}:SOURCE \
|
|
${PORTNAME}-softokn-3.14.3-23.3.el6_8${SRC_SUFX}:SOURCE
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= MPL
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
RPMVERSION= 1.el6_9
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= nspr sqlite3
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|