mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
b6ad09eeb2
Reviewed by: 0mp (mentor) Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D27995
31 lines
661 B
Makefile
31 lines
661 B
Makefile
# 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>
|