Merge branch 'master' of git://cadel.mutabah.net/acess2
[tpg/acess2.git] / Externals / netsurf / Makefile
1 #
2 # Acess2 Externals - netsurf
3 # - Patches and Makefile by John Hodge (thePowersGang)
4 #
5
6 DEPS := sdl12
7 TARBALL_PATTERN := netsurf-*-full-src.tar.gz
8 TARBALL_TO_DIR_L := netsurf-%-full-src.tar.gz
9 TARBALL_TO_DIR_R := netsurf-full-%
10 PATCHES := 
11 NOBDIR = yes
12
13 include ../core.mk
14
15 _build:
16         cd $(BDIR) && CC=$(HOST)-gcc TARGET=sdl make
17
18

UCC git Repository :: git.ucc.asn.au