mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
06be4e146b
PR: 272141, 271505 MFH: 2023Q3
16 lines
284 B
Makefile
16 lines
284 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= GStreamer OpenMPT audio decoder plugin
|
|
|
|
GST_PLUGIN= openmpt
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libopenmpt.so:audio/libopenmpt
|
|
|
|
.include "${MASTERDIR}/Makefile"
|