summaryrefslogtreecommitdiff
path: root/security/linux-f10-nss/Makefile
blob: 3bd026baf5cf299629fcb0c4fe414e87f13f239e (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
# New ports collection makefile for:	security/linux-f8-nss
# Date created:				2009-04-05
# Whom:					bsam
#
# $FreeBSD$
#

PORTNAME=	nss
PORTVERSION=	3.12.2.0
CATEGORIES=	security linux
PKGNAMEPREFIX=	linux-f8-
DISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Network Security Services (Linux Fedora 8)

ONLY_FOR_ARCHS=	i386 amd64
USE_LINUX_RPM=	yes
USE_LINUX_APPS=	nspr sqlite3
LINUX_DIST_VER=	8
RPMVERSION=	1.1.fc8
USE_LDCONFIG=	yes

DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>