openbsd-ports/telephony/siproxd/Makefile
sturm 569b7d561e Initial import of siproxd-0.5.11
Siproxd is a proxy/masquerading daemon for the SIP protocol.  It
handles registrations of SIP clients on a private IP network and
performs rewriting of the SIP message bodies to make SIP connections
work via an masquerading firewall (NAT).  It allows SIP software
clients (like kphone, linphone) or SIP hardware clients (Voice over
IP phones which are SIP-compatible, such as those from Cisco,
Grandstream or Snom) to work behind an IP masquerading firewall or
NAT router.

from markus@
2005-06-29 21:15:24 +00:00

37 lines
924 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/06/29 21:15:24 sturm Exp $
COMMENT= "proxy/masquerading daemon for the SIP protocol"
DISTNAME= siproxd-0.5.11
CATEGORIES= telephony net
HOMEPAGE= http://siproxd.sourceforge.net/
MAINTAINER= Markus Friedl <markus@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pthread
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=siproxd/}
CONFIGURE_STYLE=gnu
LIB_DEPENDS= osip2,osipparser2::telephony/libosip2
DOCDIR= ${PREFIX}/share/doc/siproxd
EXDIR= ${PREFIX}/share/examples/siproxd
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKDIST}/doc/FAQ ${DOCDIR}
${INSTALL_DATA} ${WRKDIST}/doc/KNOWN_BUGS ${DOCDIR}
${INSTALL_DATA_DIR} ${EXDIR}
${INSTALL_DATA} ${WRKDIST}/doc/siproxd.conf.example ${EXDIR}
${INSTALL_DATA} ${WRKDIST}/doc/siproxd_passwd.cfg ${EXDIR}
.include <bsd.port.mk>