22 lines
705 B
Makefile
22 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.18 2005/08/03 19:37:00 hira Exp $
|
|
|
|
MOZILLA= firefox
|
|
EXTRACT_SUFX= .tar.bz2
|
|
PKGREVISION= 1
|
|
|
|
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"
|