summaryrefslogtreecommitdiff
path: root/corba/Makefile
diff options
context:
space:
mode:
authoragc <agc>1998-08-20 22:07:24 +0000
committeragc <agc>1998-08-20 22:07:24 +0000
commit5a01eb1cc7057b4de96c0827f516f9e66b449ea1 (patch)
tree566347951e05cbe56776191fc1523cff814818bd /corba/Makefile
parent0f5db0f34ae5622106edbbcaa5605131436cd030 (diff)
downloadpkgsrc-5a01eb1cc7057b4de96c0827f516f9e66b449ea1.tar.gz
Add corba category to the NetBSD packages collection.
Add ORBit 0.2.1, the ORB from the GNOME project, to the NetBSD packages collection. This was taken from a submission to the FreeBSD ports collection by Chia-liang Kao (clkao@CirX.ORG), and patched to work on NetBSD by myself.
Diffstat (limited to 'corba/Makefile')
-rw-r--r--corba/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/corba/Makefile b/corba/Makefile
new file mode 100644
index 00000000000..32694eca0ec
--- /dev/null
+++ b/corba/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.1 1998/08/20 22:07:24 agc Exp $
+#
+
+SUBDIR += ORBit
+
+.include "../mk/bsd.pkg.subdir.mk"