1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/terminator/Makefile
Pawel Pekala 0461a2d3aa - Add missing run deps
- tab -> space WWW: line in pkg-descr

PR:		ports/174512
Submitted by:	myself
Approved by:	maintainer timeout (2 weeks)
2013-01-04 21:48:21 +00:00

52 lines
1.0 KiB
Makefile

# Created by: Thomas Hurst <tom@hur.st>
# $FreeBSD$
PORTNAME= terminator
PORTVERSION= 0.96
PORTREVISION= 4
CATEGORIES= x11 python
MASTER_SITES= http://launchpadlibrarian.net/80778747/ \
http://hur.st/mirror/terminator/
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
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Terminator
INSTALLS_ICONS= yes
WANT_GNOME= yes
.include <bsd.port.pre.mk>
PYSETUP+= --without-icon-cache
.if empty(PORT_OPTIONS:MNLS)
PLIST_SUB+= NLS="@comment "
PYSETUP+= --without-gettext
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.if ${PORT_OPTIONS:MGCONF}
USE_GNOME+= pygnome2
.endif
USE_GNOME+= pygtk2
MAN1= terminator.1
MAN5= terminator_config.5
.include <bsd.port.post.mk>