diff --git a/Portfile b/Portfile
index 71767ce..86bc7ec 100644
a
|
b
|
|
1 | | # $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $ |
| 1 | # $Id:$ |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name iAIDA |
6 | | version 1.0.17 |
7 | | revision 1 |
| 6 | version 1.0.22 |
8 | 7 | categories science |
9 | 8 | maintainers pd.infn.it:cristiano.fontana |
10 | 9 | license LGPL-3 |
… |
… |
platforms darwin |
15 | 14 | extract.suffix .tgz |
16 | 15 | master_sites sourceforge:iaida |
17 | 16 | |
18 | | checksums md5 a352ea32ad61678cda6c94e299f94ca3 |
| 17 | checksums rmd160 fc7b97410ca75c11ed43a350b3e6c2e124ecbe8d \ |
| 18 | sha256 6c1e55a141dbc431252174eb897114201859ce01f5aebb3f83984561dbb3cb61 |
19 | 19 | |
20 | 20 | depends_lib port:aida \ |
21 | 21 | port:grace \ |
… |
… |
depends_lib port:aida \ |
27 | 27 | |
28 | 28 | universal_variant no |
29 | 29 | |
30 | | patchfiles patch-configure.diff |
31 | | |
32 | 30 | post-patch { |
| 31 | |
| 32 | reinplace "s:-install_name @PREFIX_DIR@/lib/:-install_name ${prefix}/lib/:g" ${worksrcpath}/src/Makefile.in |
| 33 | |
33 | 34 | foreach d {"" /examples /include /src /tests} { |
34 | 35 | reinplace "s:@PREFIX_DIR@:${destroot}${prefix}:g" ${worksrcpath}${d}/Makefile.in |
35 | 36 | } |