PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
17 lines
309 B
Makefile
17 lines
309 B
Makefile
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= GStreamer ASS/SSA text renderer plugin
|
|
|
|
GST_PLUGIN= assrender
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIB_DEPENDS= libass.so:multimedia/libass
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
USES+= compiler:c11
|