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