mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
18 lines
326 B
Makefile
18 lines
326 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= GStreamer DVD access plugin with libdvdread
|
|
|
|
GST_PLUGIN= dvdread
|
|
DIST= ugly
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS=libdvdread.so:multimedia/libdvdread
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
MESON_ARGS+= -Dgpl=enabled
|