blob: 79290e0084ebf5f0b33ad6b315ad383347cbb0ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
CATEGORIES= sysutils
PORTREVISION= 0
COMMENT= Gstreamer compact disc input and control library
GST_PLUGIN= cdio
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"
|