36 lines
929 B
Makefile
36 lines
929 B
Makefile
# $OpenBSD: Makefile,v 1.11 2014/01/17 19:46:21 juanfra Exp $
|
|
|
|
COMMENT = GTK2 terminal emulator with split-window and tabs support
|
|
|
|
MODPY_EGG_VERSION = 0.97
|
|
REVISION = 0
|
|
DISTNAME = terminator-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = http://gnometerminator.blogspot.com/p/introduction.html
|
|
|
|
MAINTAINER = Juan Francisco Cantero Hurtado <juanfra@openbsd.org>
|
|
|
|
# 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>
|