blob: 90968527b98fc8b69db7de15d74485aea4c95cc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: 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"
|