10 lines
144 B
Makefile
10 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -extsrtp
|
|
|
|
CONFLICTS= pjsip
|
|
|
|
OPTIONS_SLAVE= EXTSRTP
|
|
MASTERDIR= ${.CURDIR}/../pjsip
|
|
|
|
.include "${MASTERDIR}/Makefile"
|