mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
18 lines
317 B
Makefile
18 lines
317 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= sysutils
|
|
|
|
COMMENT= GStreamer compact disc input and control library
|
|
|
|
LIB_DEPENDS= libcdio.so:sysutils/libcdio
|
|
|
|
MESON_ARGS+= -Dgpl=enabled
|
|
|
|
MASTERDIR= ${.CURDIR:H:H}/multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
DIST= ugly
|
|
GST_PLUGIN= cdio
|
|
|
|
.include "${MASTERDIR}/Makefile"
|