aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJD Harrington2009-09-22 02:38:44 -0400
committerMax Howell2009-10-01 18:53:25 +0100
commit158f33ffbdb83dee93eff76962b8b313c7df7a4a (patch)
tree4ed3ada75d23108674dcd35b3b5e3439053f6134
parente6fe2a8686def5c6193aa4c23bf440cbefa75ae0 (diff)
downloadhomebrew-158f33ffbdb83dee93eff76962b8b313c7df7a4a.tar.bz2
NcFTP 3.2.3 formula
-rw-r--r--Library/Formula/ncftp.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/ncftp.rb b/Library/Formula/ncftp.rb
new file mode 100644
index 000000000..4c2307bbc
--- /dev/null
+++ b/Library/Formula/ncftp.rb
@@ -0,0 +1,13 @@
+require 'brewkit'
+
+class Ncftp <Formula
+ @homepage='http://www.ncftp.com'
+ @url='ftp://ftp.ncftp.com/ncftp/ncftp-3.2.3-src.tar.gz'
+ @md5='f08238032ab247aa78f935edfc4db9fb'
+
+ def install
+ system "./configure --disable-universal --disable-precomp --prefix='#{prefix}'"
+ system "make"
+ system "make install"
+ end
+end \ No newline at end of file