blob: 6b726cae6b8e6c4b89f3dbc34e846a38cf595275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Raphael Kubo da Costa <kubito@gmail.com>
# $FreeBSD$
PORTREVISION= 2
CATEGORIES= audio
COMMENT= Gstreamer game-music-emu (libgme) frontend
GST_PLUGIN= gme
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|