06be4e146b
PR: 272141, 271505 MFH: 2023Q3
15 lines
290 B
Makefile
15 lines
290 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= audio
|
|
|
|
COMMENT= GStreamer High-quality free MP2 encoder plugin
|
|
|
|
GST_PLUGIN= twolame
|
|
DIST= good
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libtwolame.so:audio/twolame
|
|
|
|
.include "${MASTERDIR}/Makefile"
|