aboutsummaryrefslogtreecommitdiffstats
path: root/www/cntlm/Makefile
blob: 6506b9ae8516f5577f868ee4bbb2b44f15a1f53e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:   cntlm
# Date created:        23 July 2009
# Whom:                Antony Mawer <ports@mawer.org>
#
# $FreeBSD$
#

PORTNAME=   cntlm
PORTVERSION=    0.35.1
CATEGORIES= www
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}

MAINTAINER= ports@mawer.org
COMMENT=    An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy

USE_RC_SUBR=    cntlm
HAS_CONFIGURE=  yes
ALL_TARGET= cntlm
MAN1=       cntlm.1

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
        ${WRKSRC}/Makefile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/cntlm ${PREFIX}/bin
    ${INSTALL_DATA} ${WRKSRC}/doc/cntlm.conf ${PREFIX}/etc/cntlm.conf.sample
    ${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${PREFIX}/man/man1

post-install:
    @if [ ! -f ${PREFIX}/etc/cntlm.conf ]; then \
        ${CP} -p ${PREFIX}/etc/cntlm.conf.sample ${PREFIX}/etc/cntlm.conf; \
    fi

.include <bsd.port.post.mk>