1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | use_automake yes |
---|
6 | automake.args --add-missing --foreign |
---|
7 | use_autoconf yes |
---|
8 | |
---|
9 | name cgilib |
---|
10 | version 0.6 |
---|
11 | categories devel |
---|
12 | maintainers flyn |
---|
13 | description CGI library |
---|
14 | long_description A C library for creating Common Gateway Interface ("CGI") programs. |
---|
15 | homepage http://www.infodrom.org/projects/cgilib/ |
---|
16 | platforms darwin |
---|
17 | master_sites http://www.infodrom.org/projects/cgilib/download/ |
---|
18 | |
---|
19 | checksums sha1 a15fc3893f5cc4c21643ae8e817bac2be57fd094 |
---|
20 | |
---|
21 | patchfiles cgilib-autotools.patch \ |
---|
22 | cgilib-strndup.patch |
---|
23 | |
---|
24 | pre-configure { |
---|
25 | # Patch leaves configure as non-executable. |
---|
26 | exec chmod +x configure |
---|
27 | exec chmod +x install-sh |
---|
28 | # No use_libtool option. |
---|
29 | exec libtoolize --force |
---|
30 | } |
---|