mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
29 lines
500 B
Makefile
29 lines
500 B
Makefile
# New ports collection makefile for: netscape7
|
|
# Date created: 2002-05-22
|
|
# Whom: trevor
|
|
# based on www/linux-netscape6 port
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= www linux
|
|
DISTFILES?= browser.xpi \
|
|
deflenus.xpi \
|
|
flash.xpi \
|
|
jre.xpi \
|
|
langenus.xpi \
|
|
mail.xpi \
|
|
psm.xpi \
|
|
regca.xpi \
|
|
regus.xpi \
|
|
spellchecker.xpi \
|
|
talkback.xpi \
|
|
xpcom.xpi
|
|
|
|
FILESDIR= ${PORTSDIR}/www/linux-netscape6/files
|
|
MAJ?= netscape7
|
|
VER= 7.0_PR1
|
|
|
|
.include "../linux-netscape6/Makefile"
|