forked from Lainports/freebsd-ports
14 lines
275 B
Makefile
14 lines
275 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|