Ticket #25796: Portfile.4

File Portfile.4, 1.9 KB (added by jsaucier@…, 11 years ago)

Latest version with fix requested

Line 
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
4PortSystem              1.0
5
6name                    cntlm
7version                 0.92.3
8license                 GPL-2+
9categories              net
10platforms               darwin
11maintainers             gmail.com:jsaucier
12description             Cntlm is an NTLM / NTLM Session Response / \
13                        NTLMv2 authenticating HTTP proxy
14long_description        Cntlm integrates TCP/IP port forwarding (HTTP \
15                        tunneling), SOCKS5 proxy mode, standalone proxy \
16                        allowing you to browse intranet as well as \
17                        Internet and to access corporate web servers \
18                        with NTLM protection. There are many advanced \
19                        features like NTLMv2 support, password protection, \
20                        password hashing, completely mutliplatform code \
21                        (running on just about every architecture and OS \
22                        out there) and so much more.
23homepage                http://cntlm.sourceforge.net/
24master_sites            sourceforge:project/cntlm/cntlm/cntlm%20${version}
25use_bzip2               yes
26checksums               rmd160 6655738ca5f93d15f14681d3c14bbe8ec8e6a543 \
27                        sha256 7b603d6200ab0b26034e9e200fab949cc0a8e5fdd4df2c80b8fc5b1c37e7b930
28patchfiles              patch-Makefile.patch
29
30depends_lib             port:coreutils
31
32build.args              SYSCONFDIR=${destroot}${prefix}/etc \
33                        BINDIR=${destroot}${prefix}/sbin \
34                        MANDIR=${destroot}${prefix}/share/man
35
36destroot.args           ${build.args}
37
38startupitem.create      yes
39startupitem.name        cntlm
40startupitem.executable  ${prefix}/sbin/cntlm -f
41
42notes "The Cntlm configuration file -> ${prefix}/etc/cntlm.conf"