summaryrefslogtreecommitdiff
path: root/editors/obby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/obby/Makefile')
-rw-r--r--editors/obby/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/obby/Makefile b/editors/obby/Makefile
new file mode 100644
index 00000000000..3d6dbca8f11
--- /dev/null
+++ b/editors/obby/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 10:06:06 rillig Exp $
+#
+
+DISTNAME= obby-0.4.4
+CATEGORIES= editors
+MASTER_SITES= http://releases.0x539.de/obby/
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://gobby.0x539.de/
+COMMENT= Library for distributed editing
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= obby-0.4.pc.in
+
+.include "../../devel/libsigc++/buildlink3.mk"
+.include "../../net/net6/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"