Externals - Added start of a libSDL port, added autoreconf support
[tpg/acess2.git] / Externals / sdl12 / Makefile
diff --git a/Externals/sdl12/Makefile b/Externals/sdl12/Makefile
new file mode 100644 (file)
index 0000000..96acd04
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Acess2 External: libsdl1.2
+# - Makefile and patches by John Hodge (thePowersGang)
+#
+
+DEPS := 
+TARBALL_PATTERN := SDL-*.tar.gz
+TARBALL_TO_DIR_L := %.tar.gz
+TARBALL_TO_DIR_R := %
+PATCHES := configure.in
+CONFIGURE_ARGS = 
+AUTORECONF = yes
+
+include ../common.mk
+

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