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