diff options
Diffstat (limited to 'comms/gstreamer1-plugins-spandsp/Makefile')
-rw-r--r-- | comms/gstreamer1-plugins-spandsp/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/gstreamer1-plugins-spandsp/Makefile b/comms/gstreamer1-plugins-spandsp/Makefile new file mode 100644 index 000000000..85a76375f --- /dev/null +++ b/comms/gstreamer1-plugins-spandsp/Makefile @@ -0,0 +1,15 @@ +# Created by: Michael Johnson <ahze@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +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" |