# Ports collection Makefile for: nss # Date created: 18 December 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= nss PORTVERSION= 3.9 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src MAINTAINER= gnome@FreeBSD.org COMMENT= Libraries to support development of security-enabled applications BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss USE_PERL5_BUILD= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_PERL5_BUILD=yes USE_REINPLACE= yes MAKE_ENV= BSD_LDOPTS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ BUILD_OPT=1 ALL_TARGET= nss_build_all CFLAGS+= -I${LOCALBASE}/include/nspr DIST= ${WRKSRC}/../../dist CONFLICTS= btoa-5.* digest-* emboss-2.4.* oases-2.* p5-PAR-0.* .include .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 IGNORE= "core dumps on alpha during build" .endif post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" \ ${WRKSRC}/../../security/coreconf/FreeBSD.mk do-install: ${MKDIR} ${PREFIX}/include/nss ${TAR} -C ${DIST}/public --dereference -cf - . | \ ${TAR} -C ${PREFIX}/include/nss -xf - ${INSTALL_PROGRAM} ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/lib/*.so.1 \ ${PREFIX}/lib ${INSTALL_PROGRAM} ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/bin/* \ ${PREFIX}/bin cd ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/lib && \ ${TAR} -cf - *.so | ${TAR} --unlink -C ${PREFIX}/lib -xf - .include 4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
* - Update maintainer mail addressmiwi2015-12-111-2/+2
* - Convert ports of math/ to new USES=pythonmva2014-10-221-3/+2
* - Stage supportmiwi2014-05-262-51/+2
* Python cleanup:rene2014-01-141-1/+1
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-2/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Update to 1.2miwi2013-05-242-9/+7