View | Details | Raw Unified | Return to bug 225717
Collapse All | Expand All

(-)www/palemoon/Makefile (-7 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	palemoon
4
PORTNAME=	palemoon
5
DISTVERSION=	27.7.2
5
DISTVERSION=	27.7.2
6
DISTVERSIONSUFFIX=_Release
6
DISTVERSIONSUFFIX=_Release
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	www ipv6
8
CATEGORIES=	www ipv6
9
9
10
MAINTAINER=	lichray@gmail.com
10
MAINTAINER=	lichray@gmail.com
Lines 23-33 Link Here
23
		yasm:devel/yasm \
23
		yasm:devel/yasm \
24
		zip:archivers/zip
24
		zip:archivers/zip
25
25
26
# Needs branding removed for legal reasons.
27
# Removing from our mirrors until this is handled.
28
# See PR 225717
29
LICENSE_PERMS=	no-pkg-mirror no-pkg-sell
30
31
USE_GITHUB=	yes
26
USE_GITHUB=	yes
32
GH_ACCOUNT=	MoonchildProductions
27
GH_ACCOUNT=	MoonchildProductions
33
GH_PROJECT=	Pale-Moon
28
GH_PROJECT=	Pale-Moon
Lines 42-48 Link Here
42
PM_ICON_SRC=	${PREFIX}/lib/${PORTNAME}/browser/icons/mozicon128.png
37
PM_ICON_SRC=	${PREFIX}/lib/${PORTNAME}/browser/icons/mozicon128.png
43
PM_DESKTOP=	${WRKSRC}/browser/branding/official/${PORTNAME}.desktop
38
PM_DESKTOP=	${WRKSRC}/browser/branding/official/${PORTNAME}.desktop
44
MOZ_OPTIONS=	--enable-application=browser \
39
MOZ_OPTIONS=	--enable-application=browser \
45
		--enable-official-branding \
46
		--enable-devtools \
40
		--enable-devtools \
47
		--enable-jemalloc \
41
		--enable-jemalloc \
48
		--enable-jemalloc-lib
42
		--enable-jemalloc-lib

Return to bug 225717