e3b732b479
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
15 lines
284 B
Makefile
15 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"
|