opnsense-ports/www/linux-firefox/Makefile
Franco Fichtner bf6db055ae */*: sync with upstream
Taken from: FreeBSD
2017-04-13 10:01:35 +02:00

21 lines
603 B
Makefile

# Created by: voisine
# $FreeBSD$
PORTNAME= firefox
DISTVERSION= 45.9.0
DISTVERSIONSUFFIX=esr
PORTEPOCH= 2
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/linux-i686/en-US \
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build3/linux-i686/en-US
MAINTAINER= gecko@FreeBSD.org
COMMENT= Web browser based on the browser portion of Mozilla
USES= tar:bzip2
PREFS_FILE= ${WRKSRC}/${APP_SUBDIR}defaults/preferences/browser-prefs.js
APP_SUBDIR= browser/ # plugins, extensions
.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
.include <bsd.port.mk>