aboutsummaryrefslogtreecommitdiff
path: root/x11/roxterm/Makefile
blob: 590b47917ff58dedb9f11ca06a266d9788454a89 (plain) (blame)
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
# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$

PORTNAME=	roxterm
PORTVERSION=	3.10.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
INSTALLS_ICONS=	yes

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>