IMAP voicemail has moved from building all of Asterisk with a separate build option (with imap files linked to the main binaries) to a separate module which can be switched in config. (Only one voicemail module is allowed at a time, if you have multiple of these installed you can select between them with noload in modules.conf). Quirks doesn't handle a flavour moving to unflavoured+subpackage; use @ask-upgrade so that users of the imap flavour (and only them) are warned about this at update time.
32 lines
781 B
Makefile
32 lines
781 B
Makefile
# $OpenBSD: Makefile,v 1.41 2020/12/16 23:57:26 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += asterisk
|
|
SUBDIR += asterisk-g729
|
|
SUBDIR += asterisk-openbsd-moh
|
|
SUBDIR += asterisk-sounds
|
|
SUBDIR += astmanproxy
|
|
SUBDIR += baresip
|
|
SUBDIR += bcg729
|
|
SUBDIR += coturn
|
|
SUBDIR += fobbit
|
|
SUBDIR += gsutil
|
|
SUBDIR += iaxclient
|
|
SUBDIR += iaxmodem
|
|
SUBDIR += kamailio
|
|
SUBDIR += libosip2
|
|
SUBDIR += libzrtp
|
|
SUBDIR += p5-Asterisk-AMI
|
|
SUBDIR += p5-Net-SIP
|
|
SUBDIR += p5-asterisk
|
|
SUBDIR += pjsua
|
|
SUBDIR += py-phonenumbers
|
|
SUBDIR += py-phonenumbers,python3
|
|
SUBDIR += resiprocate
|
|
SUBDIR += siproxd
|
|
SUBDIR += sofia-sip
|
|
SUBDIR += spandsp
|
|
SUBDIR += stuntman
|
|
|
|
.include <bsd.port.subdir.mk>
|