1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/netscape3/Makefile
Satoshi Asami db879567ce Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to
changes made in rev. 1.232 of bsd.port.mk.
1996-11-30 10:50:36 +00:00

35 lines
796 B
Makefile

# New ports collection makefile for: netscape
# Version required: 3.01
# Date created: 21 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.14 1996/11/18 11:41:39 asami Exp $
#
DISTNAME= netscape-3.01
CATEGORIES= www
.if defined(GOLD)
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/gold/3.01/unix/
DIST_SUBDIR= gold
.else
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.01/unix/
.endif
DISTFILES= netscape-v301-export.x86-unknown-bsd.tar.gz
MAINTAINER= ache@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>