diff options
Diffstat (limited to 'comms/gstreamer1-plugins-spandsp/Makefile')
-rw-r--r-- | comms/gstreamer1-plugins-spandsp/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/gstreamer1-plugins-spandsp/Makefile b/comms/gstreamer1-plugins-spandsp/Makefile new file mode 100644 index 00000000000..cc82fd04ac9 --- /dev/null +++ b/comms/gstreamer1-plugins-spandsp/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTREVISION= 0 +CATEGORIES= comms + +COMMENT= Gstreamer DSP library and software FAX machine plugin + +GST_PLUGIN= spandsp +DIST= bad + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +.include "${MASTERDIR}/Makefile" |