diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-04 10:06:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-04 10:06:06 +0000 |
commit | e55dd91c2a14d1ccc932b453d08de233bbcf8ca9 (patch) | |
tree | 063f15fbec45d9f440720a61878705f884e8444f /editors/obby/Makefile | |
parent | b4d34c03eb53647affa75e0b369c03b012d70b87 (diff) | |
download | pkgsrc-e55dd91c2a14d1ccc932b453d08de233bbcf8ca9.tar.gz |
Imported obby.
libobby is a library which provides synced document buffers. It supports
multiple documents in one session and is portable to both Windows and
Unix-like platforms.
Diffstat (limited to 'editors/obby/Makefile')
-rw-r--r-- | editors/obby/Makefile | 22 |
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" |