39 lines
766 B
Makefile
39 lines
766 B
Makefile
# $OpenBSD: Makefile,v 1.25 2010/06/24 07:45:06 espie Exp $
|
|
|
|
SUBDIR =
|
|
# don't even try to keep these sorted
|
|
# basic bricks
|
|
SUBDIR += automoc
|
|
SUBDIR += attica
|
|
SUBDIR += akonadi
|
|
SUBDIR += oxygen-icons
|
|
|
|
# libraries
|
|
|
|
SUBDIR += libs
|
|
SUBDIR += pimlibs
|
|
SUBDIR += qimageblitz
|
|
|
|
# extra base
|
|
SUBDIR += base
|
|
SUBDIR += base-runtime
|
|
SUBDIR += base-workspace
|
|
|
|
# actual apps
|
|
SUBDIR += accessibility
|
|
SUBDIR += admin
|
|
SUBDIR += artwork
|
|
SUBDIR += edu
|
|
SUBDIR += games
|
|
SUBDIR += graphics
|
|
SUBDIR += multimedia
|
|
SUBDIR += network
|
|
SUBDIR += pim
|
|
SUBDIR += sdk
|
|
SUBDIR += toys
|
|
SUBDIR += utils
|
|
SUBDIR += webdev
|
|
# SUBDIR += extragear-plasma
|
|
|
|
.include <bsd.port.subdir.mk>
|