aboutsummaryrefslogtreecommitdiffstats
path: root/net/siproxd/Makefile
blob: c94a142ac4f459f1db465b7be15dec229c84e303 (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
38
39
40
41
42
43
44
45
46
# Created by: Frank W. Josellis <frank@dynamical-systems.org>
# $FreeBSD$

PORTNAME=   siproxd
PORTVERSION=    0.8.1
CATEGORIES= net
MASTER_SITES=   SF

MAINTAINER= frank@dynamical-systems.org
COMMENT=    Proxy/masquerading daemon for the SIP protocol

LICENSE=    GPLv2

LIB_DEPENDS=    libosip2.so:net/libosip2

# :keepla because port uses lt_dlopen
USES=       libtool:keepla
USE_RC_SUBR=    siproxd
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-doc --disable-static --with-libosip-prefix=${PREFIX}
INSTALL_TARGET= install-strip

PORTDOCS1=  AUTHORS ChangeLog README RELNOTES
PORTDOCS2=  FAQ KNOWN_BUGS RFC3261_compliance.txt \
        sample_cfg_budgetone.txt sample_cfg_x-lite.txt
PORTDOCS=   ${PORTDOCS1} ${PORTDOCS2}

post-extract:
.for docs in ${PORTDOCS2}
    ${CP} ${WRKSRC}/doc/${docs} ${WRKSRC}
.endfor

post-patch:
    ${REINPLACE_CMD} -e 's,siproxd\.conf\.example,siproxd.conf.sample,g' \
        ${WRKSRC}/doc/Makefile.in
    ${MV} ${WRKSRC}/doc/siproxd.conf.example ${WRKSRC}/doc/siproxd.conf.sample

post-install:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
    ${INSTALL_DATA} ${WRKSRC}/doc/siproxd_passwd.cfg \
        ${STAGEDIR}${PREFIX}/etc/siproxd_passwd.cfg.sample

.include <bsd.port.mk>