summaryrefslogtreecommitdiff
path: root/x11/roxterm/Makefile
blob: c5423abb81a948fb511d33d04cd915c6354a32cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>