Ticket #25796: Portfile.3

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

New version of the Portfile

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