1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/security/linux-f10-nss/Makefile
Emanuel Haupt 1f1c285bba Add a more reliable mirrors for fc4 and f10 linux emulation ports.
Triggered by:	distilator
Reviewed by:	netchild (emulation)
2011-03-03 09:26:45 +00:00

31 lines
679 B
Makefile

# New ports collection makefile for: security/linux-f10-nss
# Date created: 2009-05-04
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= nss
PORTVERSION= 3.12.3.99.3
PORTREVISION= 1
CATEGORIES= security linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Network Security Services (Linux Fedora 10)
CONFLICTS= linux-f8-nss-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
USE_LINUX_APPS= nspr sqlite3
LINUX_DIST_VER= 10
RPMVERSION= 2.10.6.fc10
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>