11 lines
151 B
Makefile
11 lines
151 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PKGNAMESUFFIX= -extsrtp
|
||
|
|
||
|
CONFLICTS= pjsip-[0-9]*
|
||
|
|
||
|
OPTIONS_SLAVE= EXTSRTP
|
||
|
MASTERDIR= ${.CURDIR}/../pjsip
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|