summaryrefslogtreecommitdiff
path: root/devel/nss/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-12 16:30:03 +0000
committerrillig <rillig>2006-07-12 16:30:03 +0000
commitdc3091d9264e158f9a139abec0ab471b75582d58 (patch)
tree549fa228f60be5a30d37d95984a772b92d3a8191 /devel/nss/Makefile
parentae3e3ec85ea61906ec435b468e31549905760c3e (diff)
downloadpkgsrc-dc3091d9264e158f9a139abec0ab471b75582d58.tar.gz
Updated nss to 3.11.
No ChangeLog available, but some libraries have changed: - removed libfort - added libfreebl3 - removed libswft
Diffstat (limited to 'devel/nss/Makefile')
-rw-r--r--devel/nss/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile
index 4e5ef133966..365dc660478 100644
--- a/devel/nss/Makefile
+++ b/devel/nss/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2006/07/12 15:39:50 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2006/07/12 16:30:03 rillig Exp $
-DISTNAME= nss-3.9.2
-PKGREVISION= 4
+DISTNAME= nss-3.11
CATEGORIES= security
-MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_9_2_RTM/src/
+MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_RTM/src/
MAINTAINER= mjl@luckie.org.nz
HOMEPAGE= http://www.mozilla.org/projects/security/pki/nss/
@@ -11,14 +10,6 @@ COMMENT= Libraries to support development of security-enabled applications
BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
-# NSS will build and run on other platforms when MAINTAINER knows what
-# magic Makefile glue is required
-ONLY_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* Linux-*-* DragonFly-*-*
-# Solaris has missing symbols when linking. It looks like some of those problem
-# have been addressed in the nss source tree so this should be enabled after
-# the next update.
-#SunOS-*-*
-
BUILD_DIRS= mozilla/security/nss
USE_TOOLS+= gmake perl
@@ -78,6 +69,9 @@ do-install:
"-lnss3 -lsmime3 -lssl3 -lsoftokn3 "${BUILDLINK_LIBS.pthread:Q}; \
} >${PREFIX}/lib/pkgconfig/nss.pc
+post-install:
+ cd ${PREFIX}/include/nss && ${CHMOD} ${SHAREMODE} nss/*.h dbm/*.h nss/*.api
+
BUILDLINK_API_DEPENDS.nspr+= nspr>=4.4.1nb2
.include "../../devel/nspr/buildlink3.mk"