7d9dfc154d
these Makefiles include seamonkey-bin-nightly/Makefile.common which just include seamonkey-bin/Makefile.common which already has user-destdir support.
13 lines
361 B
Makefile
13 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/03/07 05:18:21 jlam Exp $
|
|
|
|
MOZILLA= firefox
|
|
|
|
HOMEPAGE= http://www.mozilla.org/projects/firefox/
|
|
COMMENT= Lightweight gecko-based web browser (nightly binary pkg)
|
|
|
|
EMUL_PLATFORMS= linux-i386
|
|
EMUL_PLATFORMS+= solaris-i386 solaris-sparc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../www/seamonkey-bin-nightly/Makefile.common"
|