12 lines
250 B
Makefile
12 lines
250 B
Makefile
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += mm
|
|
SUBDIR += plugins-base
|
|
SUBDIR += plugins-good
|
|
SUBDIR += plugins-libav
|
|
SUBDIR += plugins-ugly
|
|
SUBDIR += plugins-bad
|
|
SUBDIR += py-gstreamer,python3
|
|
|
|
.include <bsd.port.subdir.mk>
|