14 lines
316 B
Makefile
14 lines
316 B
Makefile
# $OpenBSD: Makefile,v 1.10 2015/09/22 07:02:39 ajacoutot Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += plugins-base
|
|
SUBDIR += plugins-ffmpeg
|
|
SUBDIR += plugins-gl
|
|
SUBDIR += plugins-good
|
|
SUBDIR += plugins-ugly
|
|
SUBDIR += plugins-bad
|
|
SUBDIR += py-gstreamer
|
|
|
|
.include <bsd.port.subdir.mk>
|