summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 15:25:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 15:25:02 +0000
commita2f613f8e2e6e53ae0fd02485446481cbc9383f6 (patch)
tree6c5f5da7812fc430bd08491acd915f3099f595f1 /Makefile.defaults
parentdaf7a52dd67e7ac2149dba337cc156c9ba308987 (diff)
downloadnetsurf-a2f613f8e2e6e53ae0fd02485446481cbc9383f6.tar.gz
netsurf-a2f613f8e2e6e53ae0fd02485446481cbc9383f6.tar.bz2
BeOS/Haiku installation target (credit: Matt Madia)
svn path=/trunk/netsurf/; revision=7118
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index e3dffc5e8..2a1050096 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -139,6 +139,15 @@ endif
# ----------------------------------------------------------------------------
ifeq ($(TARGET),beos)
+
+ # Where to install the netsurf binary
+ NETSURF_BEOS_BIN := /boot/apps/netsurf/
+
+ # TODO:HAIKU -- not sure if ~/.netsurf applies in beos
+ # Where to search for NetSurf's resources after looking in ~/.netsurf and
+ # $NETSURFRES. It must have a trailing /
+ NETSURF_BEOS_RESOURCES := /boot/apps/netsurf/res/
+
# Enable NetSurf's use of librosprite for displaying RISC OS Sprites
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := AUTO