mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# New ports collection makefile for: gstreamer-plugins-cdio
|
|
# Date created: 5 July 2005
|
|
# Whom: 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"
|