34 lines
770 B
Makefile
34 lines
770 B
Makefile
SUBDIR =
|
|
# Base
|
|
SUBDIR += libqtxdg
|
|
SUBDIR += build-tools
|
|
SUBDIR += libsysstat
|
|
# PcmanFM-qt
|
|
SUBDIR += libfm-qt
|
|
SUBDIR += pcmanfm-qt
|
|
# LXQt
|
|
SUBDIR += liblxqt
|
|
SUBDIR += about
|
|
SUBDIR += config #NO KScreen
|
|
SUBDIR += globalkeys
|
|
SUBDIR += notificationd
|
|
SUBDIR += openssh-askpass
|
|
SUBDIR += panel #NO ALSA
|
|
SUBDIR += policykit
|
|
SUBDIR += powermanagement
|
|
SUBDIR += qtplugin
|
|
SUBDIR += runner
|
|
SUBDIR += session
|
|
SUBDIR += sudo
|
|
SUBDIR += themes
|
|
# Related Releases
|
|
SUBDIR += lximage-qt
|
|
SUBDIR += compton-conf
|
|
SUBDIR += obconf-qt
|
|
SUBDIR += pavucontrol-qt
|
|
SUBDIR += qterminal
|
|
SUBDIR += qtermwidget
|
|
SUBDIR += screengrab
|
|
|
|
.include <bsd.port.subdir.mk>
|