1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/roxterm/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

29 lines
576 B
Makefile

# New ports collection makefile for: roxterm
# Date created: 19 Jun 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= roxterm
PORTVERSION= 1.17.1
PORTREVISION= 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>