The translations have been moved from x11/lxqt/l10n to each individual component, goodbye x11/lxqt/l10n. tested OK on amd64. OK rsadowski@
36 lines
832 B
Makefile
36 lines
832 B
Makefile
# $OpenBSD: Makefile,v 1.2 2020/09/04 15:40:09 mariani Exp $
|
|
|
|
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>
|