Externals - Adding netsurf config
[tpg/acess2.git] / Externals / netsurf / Makefile
diff --git a/Externals/netsurf/Makefile b/Externals/netsurf/Makefile
new file mode 100644 (file)
index 0000000..d4140c3
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# Acess2 Externals - netsurf
+# - Patches and Makefile by John Hodge (thePowersGang)
+#
+
+DEPS := sdl12
+TARBALL_PATTERN := netsurf-*-full-src.tar.gz
+TARBALL_TO_DIR_L := netsurf-%-full-src.tar.gz
+TARBALL_TO_DIR_R := netsurf-full-%
+PATCHES := 
+NOBDIR = yes
+
+include ../core.mk
+
+_build:
+       cd $(BDIR) && CC=$(HOST)-gcc TARGET=sdl make
+
+

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