Files
ports/textproc/libinfinity/Makefile
T
Yusuf Yaman 6feefd0a1a textproc/libinfinity: New port: Collaborative editing library
- Submitter becomes maintainer

libinfinity is library to build collaborative text editors. Changes to the text
buffers are synced to all other clients over a central server. Even though a
central server is involved, the local user sees his changes applied instantly
and the merging is done on the individual clients.

WWW:		https://github.com/gobby/libinfinity
PR:		283863
2025-01-06 17:04:40 +00:00

38 lines
972 B
Makefile

PORTNAME= libinfinity
DISTVERSION= 0.7.2
CATEGORIES= textproc
MASTER_SITES= https://github.com/gobby/${PORTNAME}/releases/download/${DISTVERSION}/
MAINTAINER= nxjoseph@protonmail.com
COMMENT= Collaborative editing library
WWW= https://github.com/gobby/libinfinity
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core \
libavahi-client.so:net/avahi-app \
libdaemon.so:devel/libdaemon \
libgnutls.so:security/gnutls \
libgsasl.so:security/libgsasl \
libharfbuzz.so:print/harfbuzz
USES= gettext gmake gnome libtool:build pathfix pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-install:
@cd ${STAGEDIR}${PREFIX}/bin && \
${MV} infinoted-0.7 \
infinoted
@cd ${STAGEDIR}${PREFIX}/share/man/man1 && \
${MV} infinoted-0.7.1 \
infinoted.1
.include <bsd.port.mk>