summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile
blob: ca5dc204c0a119c1dfb744138e97d4f3290bd086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.22 2005/12/08 09:52:16 rillig Exp $

MOZILLA=	firefox
PKGREVISION=	1
EXTRACT_SUFX=	.tar.bz2
COMMENT=	Lightweight gecko-based web browser

_MOZILLA_USE_GTK2=	# defined
MOZILLA_USE_XFT=	YES

# Some .pc files are filled in by the build process, so we can't fix the
# rpaths until this has happened.
#
PKGCONFIG_OVERRIDE_STAGE=	post-build
PKGCONFIG_OVERRIDE+=		build/unix/*.pc

.include "../../www/firefox/Makefile-firefox.common"
.include "../../mk/bsd.pkg.mk"