freebsd-ports/x11/roxterm/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

28 lines
629 B
Makefile

# Created by: Yinghong Liu <relaxbsd@gmail.com>
PORTNAME= roxterm
PORTVERSION= 3.11.1
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>