diff options
Diffstat (limited to 'freebsd/applications/themes/Makefile')
-rw-r--r-- | freebsd/applications/themes/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/freebsd/applications/themes/Makefile b/freebsd/applications/themes/Makefile new file mode 100644 index 000000000..2fbbe6a06 --- /dev/null +++ b/freebsd/applications/themes/Makefile @@ -0,0 +1,17 @@ + + SUBDIR = + SUBDIR += gtk-qt-engine + SUBDIR += gtk3-tqt-engine + SUBDIR += ksplash-engine-moodin + SUBDIR += tde-style-baghira + SUBDIR += tde-style-domino + SUBDIR += tde-style-ia-ora + SUBDIR += tde-style-lipstik + SUBDIR += tde-style-qtcurve + SUBDIR += tdmtheme + SUBDIR += twin-style-crystal + SUBDIR += twin-style-dekorator + SUBDIR += twin-style-machbunt + SUBDIR += twin-style-suse2 + +.include <bsd.port.subdir.mk> |