1 | PortSystem 1.0 |
---|
2 | name libmcrypt |
---|
3 | version 2.5.7 |
---|
4 | categories security |
---|
5 | maintainers bchesneau@mac.com |
---|
6 | description The encryption library used by mcrypt |
---|
7 | long_description libmcrypt is the library which implements allthe algorithms and modes found in mcrypt. |
---|
8 | platforms darwin |
---|
9 | distname ${name}-${version} |
---|
10 | worksrcdir ${name}-${version} |
---|
11 | |
---|
12 | master_sites ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt \ |
---|
13 | http://gd.tuwien.ac.at/privacy/mcrypt/libmcrypt \ |
---|
14 | http://www.mirrors.wiretapped.net/security/cryptography/libraries/mcrypt/libmcrypt |
---|
15 | |
---|
16 | checksums libmcrypt-2.5.7.tar.gz md5 b1be163143f8e8ed0474beeb642b3bad |
---|
17 | |
---|
18 | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include |
---|
19 | |
---|
20 | variant darwin { |
---|
21 | depends_lib-append lib:libdl.1:dlcompat |
---|
22 | } |
---|
23 | |
---|
24 | |
---|
25 | configure.args --disable-posix-threads |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | |
---|