blob: ab0b44fed02551cfb6763b9e68a4661e0fa5598f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
PORTREVISION= 1
CATEGORIES= audio
COMMENT= Gstreamer sndfile plugin
GST_PLUGIN= sndfile
DIST= bad
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
.include "${MASTERDIR}/Makefile"
|