freebsd-ports/www/linux-firefox/Makefile
Jan Beich b77aa75040 www/firefox{,-esr}: update to 40.0.3/38.2.1
MFH:		2015Q3
Security:	237a201c-888b-487f-84d3-7d92266381d6
2015-08-28 13:05:56 +00:00

22 lines
593 B
Makefile

# Created by: voisine
# $FreeBSD$
PORTNAME= firefox
DISTVERSION= 40.0.3
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US \
MOZILLA/${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>