mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
31 lines
601 B
Makefile
31 lines
601 B
Makefile
COMMENT= highly configurable terminal emulator
|
|
|
|
GH_ACCOUNT= realh
|
|
GH_PROJECT= roxterm
|
|
GH_TAGNAME= 3.18.2
|
|
|
|
CATEGORIES= x11
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += atk-1.0 c cairo cairo-gobject dbus-1 dbus-glib-1 gdk-3
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gtk-3 harfbuzz intl pango-1.0 pangocairo-1.0 pcre2-8
|
|
WANTLIB += pthread vte-2.91
|
|
|
|
MODULES= devel/cmake
|
|
|
|
BUILD_DEPENDS= textproc/docbook-xsl \
|
|
devel/gettext,-tools
|
|
|
|
LIB_DEPENDS= devel/vte3 \
|
|
x11/dbus-glib
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
x11/gtk+4,-guic
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|