15 lines
338 B
Makefile
15 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/04/13 11:51:03 ajacoutot Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += core
|
|
SUBDIR += mm
|
|
SUBDIR += plugins-base
|
|
SUBDIR += plugins-farsight
|
|
SUBDIR += plugins-ffmpeg
|
|
SUBDIR += plugins-good
|
|
SUBDIR += plugins-ugly
|
|
SUBDIR += plugins-bad
|
|
SUBDIR += py-gstreamer
|
|
|
|
.include <bsd.port.subdir.mk>
|