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 | PortSystem 1.0 |
---|
4 | name cntlm |
---|
5 | version 0.91rc6 |
---|
6 | license gpl |
---|
7 | categories net |
---|
8 | platforms darwin |
---|
9 | maintainers xs4all.nl:hbruinsma |
---|
10 | homepage http://cntlm.sourceforge.net/ |
---|
11 | description Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy |
---|
12 | master_sites http://ftp.awk.cz/cntlm/ \ |
---|
13 | ftp://ftp.awk.cz/cntlm/ \ |
---|
14 | http://xs4some.nl/cntlm/ |
---|
15 | checksums ${distname}${extract.suffix} \ |
---|
16 | md5 21ccd60294269cb8fbe3e2e49374ab1b \ |
---|
17 | sha1 95bb6405cc25c665b24c56dfb8bb50d7047bfe2e \ |
---|
18 | rmd160 9cf02b7789214e90ca9f7a07cf1a53e9ef2cdc4e |
---|
19 | depends_lib port:coreutils |
---|
20 | build.target {} |
---|
21 | build.args SYSCONFDIR=/opt/local/etc BINDIR=/opt/local/sbin \ |
---|
22 | MANDIR=/opt/local/man |
---|
23 | destroot.args SYSCONFDIR=/opt/local/etc BINDIR=/opt/local/sbin \ |
---|
24 | MANDIR=/opt/local/man |
---|
25 | |
---|
26 | startupitem.create yes |
---|
27 | startupitem.name cntlm |
---|
28 | startupitem.executable "${prefix}/sbin/cntlm" |
---|