From 50cbab7f6e70bddd244845a332226c8178bf4935 Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 15 Nov 2010 16:38:24 +0000 Subject: Add game music emu (gme) gstreamer plugin. Submitted by: Raphael Kubo da Costa --- audio/Makefile | 1 + audio/gstreamer-plugins-gme/Makefile | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 audio/gstreamer-plugins-gme/Makefile (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index 30ba9b7975c0..8110181e3080 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -274,6 +274,7 @@ SUBDIR += gstreamer-plugins-faad SUBDIR += gstreamer-plugins-flac SUBDIR += gstreamer-plugins-fluendo-mp3 + SUBDIR += gstreamer-plugins-gme SUBDIR += gstreamer-plugins-gsm SUBDIR += gstreamer-plugins-jack SUBDIR += gstreamer-plugins-ladspa diff --git a/audio/gstreamer-plugins-gme/Makefile b/audio/gstreamer-plugins-gme/Makefile new file mode 100644 index 000000000000..8d8d56c19c95 --- /dev/null +++ b/audio/gstreamer-plugins-gme/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-gme +# Date created: 15 Nov 2010 +# Whom: Raphael Kubo da Costa +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= audio + +COMMENT= Gstreamer game-music-emu (libgme) frontend + +GST_PLUGIN= gme + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" -- cgit