blob: 54c08d109b57c7d23e2fbc93c4ff93f3ba66b8ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: gstreamer-plugins-polypaudio
# Date created: 8 Dec 2004
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= audio
GST_PLUGIN= polypaudio
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|