Index: head/x11/terminator/Makefile =================================================================== --- head/x11/terminator/Makefile (revision 382617) +++ head/x11/terminator/Makefile (revision 382618) @@ -1,52 +1,47 @@ # Created by: Thomas Hurst # $FreeBSD$ PORTNAME= terminator PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= http://launchpad.net/terminator/trunk/0.97/+download/ MAINTAINER= tom@hur.st COMMENT= Multiple GNOME terminals in one window LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notify>=0:${PORTSDIR}/devel/py-notify \ ${PYTHON_SITELIBDIR}/keybinder/_keybinder.so:${PORTSDIR}/x11/keybinder \ ${PYTHON_PKGNAMEPREFIX}vte>=0:${PORTSDIR}/x11-toolkits/py-vte -OPTIONS_DEFINE= NLS GCONF -GCONF_DESC= Use GNOME Terminal settings -OPTIONS_DEFAULT= NLS GCONF - USES= python +USE= GNOME=pygtk2 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= Terminator INSTALLS_ICONS= yes -WANT_GNOME= yes +OPTIONS_DEFINE= NLS GCONF +OPTIONS_DEFAULT= NLS GCONF +OPTIONS_SUB= yes +GCONF_DESC= Use GNOME Terminal settings +GCONF_USE= GNOME=pygnome2 +NLS_USES= gettext -.include +.include -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -PYSETUP+= --without-gettext +.if !${PORT_OPTIONS:MNLS} +PYDISTUTILS_SETUP+= --without-gettext +post-patch: + ${CP} ${WRKSRC}/data/terminator.desktop.in ${WRKSRC}/data/terminator.desktop + ${REINPLACE_CMD} -e 's/^_//' ${WRKSRC}/data/terminator.desktop .endif -.include - PYDISTUTILS_SETUP+= --without-icon-cache -.if ${PORT_OPTIONS:MGCONF} -USE_GNOME+= pygnome2 -.endif -USE_GNOME+= pygtk2 - -MAN1= terminator.1 -MAN5= terminator_config.5 +pre-patch: + ${REINPLACE_CMD} -e 's/libc\.so/libc.so.7/' ${WRKSRC}/terminatorlib/freebsd.py .include Index: head/x11/terminator/pkg-descr =================================================================== --- head/x11/terminator/pkg-descr (revision 382617) +++ head/x11/terminator/pkg-descr (revision 382618) @@ -1,5 +1,5 @@ Terminator is a Python terminal program, using the same widget as gnome-terminal to provide a tiled set of terminals in as little space as possible. -WWW: http://www.tenshu.net/p/terminator.html +WWW: http://gnometerminator.blogspot.co.uk/p/introduction.html