1 | # $Id$ |
---|
2 | # /opt/local/var/macports/sources/rsync.macports.org/release/ports/sysutils/mcrypt |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name mcrypt |
---|
7 | version 2.6.8 |
---|
8 | categories sysutils security |
---|
9 | maintainers nomaintainer@macports.org |
---|
10 | description A replacement for the old crypt package and crypt(1) command |
---|
11 | long_description MCrypt is a replacement for the old crypt() \ |
---|
12 | package and crypt(1) command, with extensions. It \ |
---|
13 | allows developers to use a wide range of \ |
---|
14 | encryption functions, without making drastic \ |
---|
15 | changes to their code. It allows users to encrypt \ |
---|
16 | files or data streams without having to be \ |
---|
17 | cryptographers. |
---|
18 | homepage http://mcrypt.sourceforge.net/ |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | master_sites sourceforge:mcrypt \ |
---|
22 | ftp://mcrypt.hellug.gr/pub/crypto/mcrypt/libmcrypt/ \ |
---|
23 | freebsd |
---|
24 | checksums \ |
---|
25 | md5 97639f8821b10f80943fa17da302607e \ |
---|
26 | sha1 8ae0e866714fbbb96a0a6fa9f099089dc93f1d86 |
---|
27 | |
---|
28 | depends_lib port:mhash |
---|
29 | |
---|
30 | patchfiles patch-rfc2440.diff |
---|
31 | |
---|
32 | configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include |
---|
33 | configure.args --disable-posix-threads --mandir=${prefix}/share/man |
---|
34 | |
---|
35 | platform darwin 6 { |
---|
36 | depends_lib-append lib:libdl:dlcompat |
---|
37 | } |
---|
38 | |
---|
39 | platform darwin 8 { |
---|
40 | configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 |
---|
41 | } |
---|