# New ports collection makefile for: netscape # Version required: 3.04 # Date created: 21 August 1995 # Whom: asami # # $Id: Makefile,v 1.4 2013/10/12 11:20:34 babolo Exp $ # PORTNAME?= linux-netscape PORTVERSION?= 3.04 CATEGORIES= www MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/linux12/navigator_complete/ DISTFILES= netscape-v304-export.x86-unknown-linux-elf.tar.gz NO_WRKSUBDIR= yes RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base PREFIX= /usr/compat/linux/usr MAINTAINER= .@babolo.ru RESTRICTED= "Commercial software" WITHOUT_LOCAL_PATCHDIR=yes NO_STAGE= yes USE_XLIB= yes NO_FILTER_SHLIBS= yes STRIP= FORTIFY= Fortify-1.4.6-unix-x86 .if defined(WITH_128BIT) && !defined(NO_FORTIFY) MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ DISTFILES+= ${FORTIFY}.tar.gz .endif .if !defined(WITH_128BIT) && !defined(NO_FORTIFY) pre-extract: ${ECHO} "You can make Netscape use 128-bit encryption by defining WITH_128BIT" .endif do-build: .if defined(WITH_128BIT) && !defined(NO_FORTIFY) cd ${WRKDIR}/${FORTIFY} \ && (${ECHO}; ${ECHO} yes; ${ECHO} no; ${ECHO} no) \ | ./Fortify.sh ${WRKDIR}/netscape.bin .endif post-install: @${CAT} ${PKGDIR}/pkg-descr .include