diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-musicbrainz/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index bc78ba0416fb..44fb48d17002 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -221,6 +221,7 @@ SUBDIR += gstreamer-plugins-mikmod80 SUBDIR += gstreamer-plugins-musepack SUBDIR += gstreamer-plugins-musepack80 + SUBDIR += gstreamer-plugins-musicbrainz SUBDIR += gstreamer-plugins-musicbrainz80 SUBDIR += gstreamer-plugins-nas80 SUBDIR += gstreamer-plugins-ogg diff --git a/audio/gstreamer-plugins-musicbrainz/Makefile b/audio/gstreamer-plugins-musicbrainz/Makefile new file mode 100644 index 000000000000..c081c9d52729 --- /dev/null +++ b/audio/gstreamer-plugins-musicbrainz/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-musicbrainz +# Date created: 3 Oct 2004 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= audio +PORTREVISION= 0 + +COMMENT= Gstreamer CD index/audio metadata plugin + +GST_PLUGIN= musicbrainz + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |