diff options
Diffstat (limited to 'audio/gstreamer-plugins-cdparanoia/Makefile')
-rw-r--r-- | audio/gstreamer-plugins-cdparanoia/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-cdparanoia/Makefile b/audio/gstreamer-plugins-cdparanoia/Makefile new file mode 100644 index 000000000..4181ae145 --- /dev/null +++ b/audio/gstreamer-plugins-cdparanoia/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: gstreamer-plugins-cdparanoia +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin + +GST_PLUGIN= cdparanoia + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |