blob: 1c925e2b56830a315a5c109d0b6bf57917ed0557 (
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= 1
CATEGORIES= audio
COMMENT= Gstreamer game-music-emu (libgme) frontend
GST_PLUGIN= gme
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|