blob: 954239693a33130bce014641c36cb5ed0ad8b8ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.19 2005/09/08 22:03:45 abs Exp $
MOZILLA= firefox
EXTRACT_SUFX= .tar.bz2
PKGREVISION= 2
COMMENT= Lightweight gecko-based web browser
_MOZILLA_USE_GTK2= # defined
MOZILLA_USE_XFT= YES
PKGCONFIG_OVERRIDE+= build/unix/firefox-gtkmozembed.pc
PKGCONFIG_OVERRIDE+= build/unix/firefox-js.pc
PKGCONFIG_OVERRIDE+= build/unix/firefox-nspr.pc
PKGCONFIG_OVERRIDE+= build/unix/firefox-nss.pc
PKGCONFIG_OVERRIDE+= build/unix/firefox-plugin.pc
PKGCONFIG_OVERRIDE+= build/unix/firefox-xpcom.pc
# 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
.include "../../www/firefox/Makefile-firefox.common"
|