From 0ad887ad988915227488347004e6d1e37c8a3b17 Mon Sep 17 00:00:00 2001 From: Gavin Heavyside Date: Wed, 11 Nov 2009 20:40:29 +0000 Subject: [PATCH] Formula for the Shapefile C library This doesn't have a configure script, and the Makefile is basic. Installation steps are based on the macports portfile. Signed-off-by: Max Howell Replaced most system calls with Ruby equivalents. --- Formula/shapefile.rb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Formula/shapefile.rb diff --git a/Formula/shapefile.rb b/Formula/shapefile.rb new file mode 100644 index 0000000000..a7dbf8e066 --- /dev/null +++ b/Formula/shapefile.rb @@ -0,0 +1,29 @@ +require 'formula' + +class Shapefile