b911e5438c
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
17 lines
354 B
Makefile
17 lines
354 B
Makefile
# New ports collection makefile for: gstreamer-plugins-gme
|
|
# Date created: 15 Nov 2010
|
|
# Whom: Raphael Kubo da Costa <kubito@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= Gstreamer game-music-emu (libgme) frontend
|
|
|
|
GST_PLUGIN= gme
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|