freebsd-ports/x11/tilix/Makefile
Romain Tartière 7aba01a288 x11/tilix: Add new port
Tilix is a tiling terminal emulator which uses the VTE GTK+ 3 widget with the
following features:

* Layout terminals in any fashion by splitting them horizontally or vertically
* Terminals can be re-arranged using drag and drop both within and between
  windows
* Terminals can be detached into a new window via drag and drop
* Tabs or sidebar list current sessions
* Input can be synchronized between terminals so commands typed in one terminal
  are replicated to the others
* The grouping of terminals can be saved and loaded from disk
* Terminals support custom titles
* Color schemes are stored in files and custom color schemes can be created by
  simply creating a new file
* Transparent background
* Background images
* Quake mode support (i.e. drop-down terminal)
* Custom hyperlinks
* Automatic (triggered) profile switches based on hostname and directory

WWW: https://gnunn1.github.io/tilix-web/
2020-10-28 18:50:38 +00:00

29 lines
646 B
Makefile

# $FreeBSD$
PORTNAME= tilix
PORTVERSION= 1.9.3
CATEGORIES= x11
PATCH_DIST_STRIP=-p1
PATCH_SITES= https://patch-diff.githubusercontent.com/raw/gnunn1/tilix/pull/
PATCHFILES= 1733.diff
MAINTAINER= romain@FreeBSD.org
COMMENT= Tiling terminal emulator using GTK+ 3
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ldc2:lang/ldc \
po4a-translate:textproc/po4a \
${LOCALBASE}/libdata/pkgconfig/vted-3.pc:x11-toolkits/gtkd
USES= autoreconf gettext gmake gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= gnunn1
GNU_CONFIGURE= yes
USE_GNOME= vte3
GLIB_SCHEMAS= com.gexperts.Tilix.gschema.xml
INSTALLS_ICONS= yes
.include <bsd.port.mk>