blob: 83480d96d7f514ce39fb9ad5da17959f6e8be38c (
plain) (
blame)
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 plugin for pulseaudio
GST_PLUGIN= pulse
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|