aboutsummaryrefslogtreecommitdiffstats
path: root/net/siproxd/Makefile
blob: f145ee8baf9f5d4127a848119dfdfca009ae1cda (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
47
48
49
50
51
52
53
54
55
56
57
58
# New ports collection makefile for:    siproxd
# Date created:     10 October 2004
# Whom:         Frank W. Josellis <frank@dynamical-systems.org>
#
# $FreeBSD$
#

PORTNAME=   siproxd
PORTVERSION=    0.5.9
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= siproxd

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

LIB_DEPENDS=    osip2.3:${PORTSDIR}/net/libosip2

BROKEN=     does not compile with libosip2-2.2.0 or newer

USE_REINPLACE=  yes
USE_GETOPT_LONG=yes
USE_RC_SUBR=    yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   # empty

PORTDOCS1=  AUTHORS ChangeLog README RELNOTES
PORTDOCS2=  FAQ KNOWN_BUGS RFC3261_compliance.txt \
        sample_cfg_budgetone.txt sample_cfg_x-lite.txt
PORTDOCS=   ${PORTDOCS1} ${PORTDOCS2}
PLIST_FILES=    etc/rc.d/siproxd.sh etc/siproxd.conf.example \
        etc/siproxd_passwd.cfg sbin/siproxd

.include <bsd.port.pre.mk>

post-patch:
.if ${OSVERSION} >= 500041
    @${REINPLACE_CMD} -e 's,-lgnugetopt,,g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.endif

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS1}
    ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.for i in ${PORTDOCS2}
    ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${DOCSDIR}
.endfor
.endif
    PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
    @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
        -e 's|%%RC_SUBR%%|${RC_SUBR}|g' \
        ${FILESDIR}/siproxd.sh > ${PREFIX}/etc/rc.d/siproxd.sh
    @${CHMOD} 755 ${PREFIX}/etc/rc.d/siproxd.sh

.include <bsd.port.post.mk>