4ed66825f6
- strip core-sounds and moh out of the main asterisk package, they change comparatively rarely. - provide all available languages. - provide multiple codecs for all files, replacing the asterisk-native-sounds package which only provided ulaw versions of the asterisk 1.4 files, ports laid out to permit parallel building. - the old asterisk-sounds package providing additional sound files beyond the core ones is now "extra-sounds" modelled after the filename of the distributed files.
11 lines
255 B
Makefile
11 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/09/25 21:58:46 sthen Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core-sounds
|
|
SUBDIR += extra-sounds
|
|
.for i in gsm alaw ulaw g722 sln16 wav # g729 siren7 siren14
|
|
SUBDIR += moh-opsound,$i
|
|
.endfor
|
|
|
|
.include <bsd.port.subdir.mk>
|