summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-09-18 20:24:48 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-09-18 20:24:48 +0200
commit1f5f41d300adad13d0e47b3bd684d727def805d3 (patch)
tree034689af251f79a24dd6a95e2927e85f899d932e
parent010731a80652ba71db51e4c12b1f670651a8bc2b (diff)
downloadtde-packaging-1f5f41d300adad13d0e47b3bd684d727def805d3.tar.gz
tde-packaging-1f5f41d300adad13d0e47b3bd684d727def805d3.zip
OpenBSD: add Makefile
-rw-r--r--openbsd/14.0.0/Makefile9
-rw-r--r--openbsd/14.0.0/dependencies/Makefile10
2 files changed, 19 insertions, 0 deletions
diff --git a/openbsd/14.0.0/Makefile b/openbsd/14.0.0/Makefile
new file mode 100644
index 000000000..5c3a9f426
--- /dev/null
+++ b/openbsd/14.0.0/Makefile
@@ -0,0 +1,9 @@
+
+
+ SUBDIR =
+ SUBDIR += 3rdparty
+ SUBDIR += dependencies
+ SUBDIR += tdelibs
+ SUBDIR += tdebase
+
+.include <bsd.port.subdir.mk>
diff --git a/openbsd/14.0.0/dependencies/Makefile b/openbsd/14.0.0/dependencies/Makefile
new file mode 100644
index 000000000..a7c45f0c4
--- /dev/null
+++ b/openbsd/14.0.0/dependencies/Makefile
@@ -0,0 +1,10 @@
+
+
+ SUBDIR =
+ SUBDIR += tqt3
+ SUBDIR += tqtinterface
+ SUBDIR += arts
+ SUBDIR += dbus-tqt
+ SUBDIR += dbus-1-tqt
+
+.include <bsd.port.subdir.mk>