1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name truecrypt |
---|
7 | version 7.0a |
---|
8 | categories security |
---|
9 | platforms darwin |
---|
10 | license TrueCrypt-3.0 |
---|
11 | maintainers l2g openmaintainer |
---|
12 | |
---|
13 | checksums md5 0a61616bc5c5ad90e876b4014c004ac9 \ |
---|
14 | sha1 42be0f333e6791e7a122b3e1183e014cd3860198 \ |
---|
15 | rmd160 92b01f87c725feb43aded666ba44fcbd3e3ac740 |
---|
16 | |
---|
17 | homepage http://www.truecrypt.org/ |
---|
18 | master_sites http://truecrypt-mirror.l2g.to/ |
---|
19 | distname ${name}-${version}-source |
---|
20 | distfiles TrueCrypt\ ${version}\ Source.tar.gz |
---|
21 | |
---|
22 | #depends_build-append port:pkcs11 \ |
---|
23 | # port:pkgconfig |
---|
24 | # |
---|
25 | #depends_lib-append port:macfuse \ |
---|
26 | # port:wxWidgets |
---|
27 | |
---|
28 | # No configure script |
---|
29 | configure {} |
---|