1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup LightboxTech liblightgrep 1.2.1 v |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers gmail.com:jessekornblum |
---|
10 | license GPL-3 |
---|
11 | homepage http://www.lightboxtechnologies.com/lightgrep-engine |
---|
12 | |
---|
13 | description Search for regular expressions as defined in Unicode \ |
---|
14 | Technical Standard 18 |
---|
15 | long_description ${description}, http://www.unicode.org/reports/tr18/ |
---|
16 | |
---|
17 | checksums rmd160 3beb47cea9fa67534e75955ab6f7ede597c3730a \ |
---|
18 | sha256 febbe43daee379b1101174d9f779e5826ab4e8c55909ce65f03e321ab2ec9c0b |
---|
19 | |
---|
20 | depends_build port:automake \ |
---|
21 | port:autoconf \ |
---|
22 | port:libtool \ |
---|
23 | port:bison |
---|
24 | |
---|
25 | depends_lib port:icu \ |
---|
26 | port:boost |
---|
27 | |
---|
28 | universal_variant no |
---|
29 | |
---|
30 | pre-configure { |
---|
31 | system -W ${worksrcpath} "sh bootstrap.sh" |
---|
32 | } |
---|
33 | |
---|
34 | compiler.whitelist macports-gcc-4.8 \ |
---|
35 | macports-gcc-4.7 \ |
---|
36 | macports-gcc-4.6 |
---|
37 | |
---|
38 | configure.args CXX=${configure.cxx} \ |
---|
39 | CC=${configure.cc} |
---|