17 lines
359 B
Makefile
17 lines
359 B
Makefile
# New ports collection makefile for: gstreamer-plugins-polypaudio
|
|
# Date created: 8 Dec 2004
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= audio
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= Gstreamer polypaudio sound server plugin
|
|
|
|
GST_PLUGIN= polypaudio
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|