mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
726643f6f8
Remove myself from MAINTAINER
35 lines
879 B
Makefile
35 lines
879 B
Makefile
# New ports collection makefile for: netscape
|
|
# Version required: 3.03
|
|
# Date created: 21 August 1995
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.16 1996/12/08 01:04:24 max Exp $
|
|
#
|
|
|
|
DISTNAME= netscape-3.03
|
|
CATEGORIES= www
|
|
.if defined(GOLD)
|
|
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.03/shipping/english/unix/bsdi/navigator_gold_complete/
|
|
DIST_SUBDIR= gold
|
|
.else
|
|
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.03/shipping/english/unix/bsdi/navigator_complete/
|
|
.endif
|
|
DISTFILES= netscape-v303-export.x86-unknown-bsd.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
RESTRICTED= "Commercial software"
|
|
NO_WRKSUBDIR= yes
|
|
|
|
pre-fetch:
|
|
.if !defined(GOLD)
|
|
@${ECHO_MSG} "Note you can make the \"gold\" version by typing \"make GOLD=yes\"."
|
|
.else
|
|
@${ECHO_MSG} "Making the \"gold\" version."
|
|
.endif
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/DESCR
|
|
|
|
.include <bsd.port.mk>
|