9e0e8d17a4
- switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878
32 lines
679 B
Makefile
32 lines
679 B
Makefile
# Created by: Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= roxterm
|
|
PORTVERSION= 3.8.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= ports@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
|
|
INSTALLS_ICONS= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|