aboutsummaryrefslogtreecommitdiff
path: root/x11/roxterm/Makefile
blob: 7f49fc517fe4203197d9ec175ce4bd0686cf08df (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
# New ports collection makefile for:	roxterm
# Date created:		19 Jun 2007
# Whom:			Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	roxterm
PORTVERSION=	1.17.1
CATEGORIES=	x11
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	GTK+ 2.0 terminal emulator with tabs

LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib

INSTALLS_ICONS=	yes
USE_GNOME=	vte libglade2
GNU_CONFIGURE=	yes
MAKE_JOBS_SAFE=	yes

.if !defined(NOPORTDOCS)
INSTALL_TARGET+=install install-doc-local
.endif

.include <bsd.port.mk>