blob: abc2a8776589fb1d3c546f3f01e6938a99e56170 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# New ports collection makefile for: netscape (full communicator version)
# Version required: 4.04
# Date created: 24 Feb 1997
# Whom: ache
#
# $Id: Makefile,v 1.12 1997/11/15 13:35:35 peter Exp $
#
DISTNAME= netscape-communicator-4.04
CATEGORIES= www
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/
DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz
MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Commercial software"
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
mv -f ${NDIR}/netscape ${NDIR}/communicator-4.04.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.04
ln -sf communicator-4.04 ${BINDIR}/communicator-4
ln -sf communicator-4 ${BINDIR}/netscape
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
rm -rf ${NDIR}/movemail-src
chown -R bin.bin ${NDIR}
post-install:
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>
|