9 lines
217 B
Makefile
9 lines
217 B
Makefile
# Created by: Richard Neese <r.neese@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
FREESWITCH_CONF_DIST= curl
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MASTERDIR= ${.CURDIR}/../freeswitch-vanilla-devel
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|