diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-16 13:34:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-16 13:34:24 +0000 |
commit | b36427f6ad0438a2961776b130f944aa694d3e9a (patch) | |
tree | 713ce64eabc8b4da5e2203ed62617527865fccf7 /www/linux-netscape4 | |
parent | 1726a406dbdbb53fc8f5bed8c0ccab98bcffdd5e (diff) | |
download | ports-b36427f6ad0438a2961776b130f944aa694d3e9a.tar.gz ports-b36427f6ad0438a2961776b130f944aa694d3e9a.zip |
Notes
Diffstat (limited to 'www/linux-netscape4')
-rw-r--r-- | www/linux-netscape4/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/linux-netscape4/Makefile b/www/linux-netscape4/Makefile index f8b7b7ec1e96..6f461fdef538 100644 --- a/www/linux-netscape4/Makefile +++ b/www/linux-netscape4/Makefile @@ -3,25 +3,24 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.3 1997/09/23 20:50:31 ache Exp $ +# $Id: Makefile,v 1.4 1998/06/10 12:19:28 jkh Exp $ # DISTNAME= linux-netscape-4.05 CATEGORIES= www MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.05/shipping/english/unix/linux12/base_install/ DISTFILES= communicator-v405-export.x86-unknown-linux1.2.tar.gz -NO_BUILD= Yes + +MAINTAINER= ports@FreeBSD.ORG RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib -NDIR= ${PREFIX}/lib/netscape -BINDIR= ${PREFIX}/bin - -MAINTAINER= ports@FreeBSD.ORG WRKSRC= ${WRKDIR}/communicator-v405.x86-unknown-linux1.2 +NO_BUILD= Yes -RESTRICTED= "Commercial software" +NDIR= ${PREFIX}/lib/netscape +BINDIR= ${PREFIX}/bin do-install: cd ${WRKSRC} && yes "" | \ |