aboutsummaryrefslogtreecommitdiffstats
path: root/www/cntlm/Makefile
blob: edba1f6796dbde4db5daf47d32357d1a140e5cae (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
# Created by: Antony Mawer <ports@mawer.org>
# $FreeBSD$

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

MAINTAINER= nemysis@gmx.ch
COMMENT=    NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy

LICENSE=    GPLv2

USE_RC_SUBR=    cntlm
HAS_CONFIGURE=  yes
USE_GMAKE=  yes
ALL_TARGET= cntlm

MAN1=       cntlm.1

NO_STAGE=   yes
post-patch:
    @${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR=${PREFIX}|' \
        -e 's|-Wno-unused-but-set-variable -pedantic -O3||' \
        ${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 ${MAN1PREFIX}/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.mk>