freebsd-ports/x11/roxterm/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

29 lines
645 B
Makefile

# Created by: Yinghong Liu <relaxbsd@gmail.com>
PORTNAME= roxterm
PORTVERSION= 3.11.1
PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= nc@FreeBSD.org
COMMENT= GTK+ terminal emulator with tabs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libgnutls.so:security/gnutls \
libpcre2-8.so:devel/pcre2
RUN_DEPENDS= xdg-open:devel/xdg-utils
USES= cmake gnome pkgconfig tar:xz
USE_GITHUB= yes
GH_ACCOUNT= realh
USE_GNOME= cairo librsvg2:run libxslt:build vte3
USE_CSTD= c99
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>