e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
17 lines
319 B
Makefile
17 lines
319 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= GStreamer compact disc input and control library
|
|
|
|
GST_PLUGIN= cdio
|
|
DIST= ugly
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libcdio.so:sysutils/libcdio
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
MESON_ARGS+= -Dgpl=enabled
|