diff options
Diffstat (limited to 'freebsd/applications/Makefile')
-rw-r--r-- | freebsd/applications/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/freebsd/applications/Makefile b/freebsd/applications/Makefile new file mode 100644 index 000000000..0fd928640 --- /dev/null +++ b/freebsd/applications/Makefile @@ -0,0 +1,16 @@ + + SUBDIR = + SUBDIR += abakus + SUBDIR += amarok + SUBDIR += basket + SUBDIR += bibletime + SUBDIR += digikam + SUBDIR += dolphin + SUBDIR += filelight + SUBDIR += gtk-qt-engine + SUBDIR += gtk3-tqt-engine + SUBDIR += gwenview + SUBDIR += gwenview-i18n + SUBDIR += ksquirrel + +.include <bsd.port.subdir.mk> |