blob: 996cc367769be4735ef096fd63105f7ee169f453 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: gstreamer-plugins-cdio
# Date created: 5 July 2005
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/sysutils/gstreamer-plugins-cdio80/Makefile,v 1.1 2006/01/20 02:56:13 ahze Exp $
#
CATEGORIES= sysutils
PORTREVISION= 2
COMMENT= Gstreamer compact disc input and control library
GST_PLUGIN= cdio
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80
.include "${MASTERDIR}/Makefile"
|