openbsd-ports/x11/terminator/Makefile
2013-03-11 11:35:43 +00:00

35 lines
873 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/11 11:46:16 espie Exp $
COMMENT= GTK2 terminal emulator with split-window and tabs support
MODPY_EGG_VERSION= 0.96
DISTNAME= terminator-${MODPY_EGG_VERSION}
CATEGORIES= x11
HOMEPAGE= http://www.tenshu.net/terminator/
MAINTAINER= Juan Francisco Cantero Hurtado <iam@juanfra.info>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://launchpad.net/terminator/trunk/${MODPY_EGG_VERSION}/+download/
MODULES= lang/python \
textproc/intltool
RUN_DEPENDS= devel/vte,-python \
devel/py-notify \
devel/desktop-file-utils \
x11/gtk+2,-guic \
x11/keybinder,-python
NO_TEST= Yes
MODPY_SETUPTOOLS= Yes
MODPY_SETUP= setup.py --without-icon-cache
# --single-version-externally-managed option used by MODPY doesn't exist
MODPY_DISTUTILS_INSTALL=install --prefix=${LOCALBASE} --root=${DESTDIR}
.include <bsd.port.mk>