1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11/roxterm/Makefile
Rong-En Fan 95ca38510e A tabbed, vte- (GTK+) based terminal emulator providing advanced
features such as multiple tabs with a small footprint.

WWW: http://sourceforge.net/projects/roxterm/

PR:		ports/113859
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
2007-06-20 13:48:32 +00:00

28 lines
571 B
Makefile

# New ports collection makefile for: roxterm
# Date created: 19 Jun 2007
# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
#
# $FreeBSD$
#
PORTNAME= roxterm
PORTVERSION= 1.5.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= liu_yinghong@yahoo.com.cn
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
.if !defined(NOPORTDOCS)
INSTALL_TARGET+=install install-doc-local
.endif
.include <bsd.port.mk>