mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
95ca38510e
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>
28 lines
571 B
Makefile
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>
|