1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name thrift |
---|
7 | version 0.2-SVN |
---|
8 | categories devel |
---|
9 | maintainers nomaintainer |
---|
10 | description Service Development Framework |
---|
11 | long_description Thrift is a software framework for scalable \ |
---|
12 | cross-language services development. |
---|
13 | homepage http://incubator.apache.org/thrift/ |
---|
14 | platforms darwin |
---|
15 | depends_build port:boost \ |
---|
16 | port:pkgconfig \ |
---|
17 | port:automake \ |
---|
18 | port:libtool |
---|
19 | fetch.type svn |
---|
20 | svn.url http://svn.apache.org/repos/asf/incubator/thrift/trunk |
---|
21 | worksrcdir trunk |
---|
22 | configure.args --without-csharp \ |
---|
23 | --without-java \ |
---|
24 | --without-erlang \ |
---|
25 | --without-py \ |
---|
26 | --without-perl \ |
---|
27 | --without-ruby |
---|
28 | pre-configure { |
---|
29 | system "cd ${worksrcpath} && sh ./bootstrap.sh" |
---|
30 | } |
---|