forked from Lainports/freebsd-ports
Changes: https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/ MFH: 2015Q2 X-MFH-With: r386162
22 lines
626 B
Makefile
22 lines
626 B
Makefile
# Created by: voisine
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firefox
|
|
DISTVERSION= 38.0.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www ipv6
|
|
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
|
|
https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/linux-i686/en-US/
|
|
|
|
MAINTAINER= gecko@FreeBSD.org
|
|
COMMENT= Web browser based on the browser portion of Mozilla
|
|
|
|
USES= tar:bzip2
|
|
|
|
WANT_GTK218= yes
|
|
|
|
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>
|