openbsd-ports/x11/terminator/Makefile
ajacoutot 8f4dc25866 Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00

38 lines
948 B
Makefile

# $OpenBSD: Makefile,v 1.7 2012/06/15 08:30:24 ajacoutot Exp $
COMMENT= GTK2 terminal emulator with split-window and tabs support
MODPY_EGG_VERSION= 0.95
DISTNAME= terminator-${MODPY_EGG_VERSION}
REVISION= 5
CATEGORIES= x11
HOMEPAGE= http://www.tenshu.net/terminator/
MAINTAINER= Jochem Kossen <jochem@jkossen.nl>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
NO_REGRESS= Yes
MODPY_SETUPTOOLS= Yes
MODPY_SETUP= setup.py --without-icon-cache
# --single-version-externally-managed option used by MODPY doesn't exist (from audio/picard)
MODPY_DISTUTILS_INSTALL=install --prefix=${LOCALBASE} --root=${DESTDIR}
.include <bsd.port.mk>