openbsd-ports/net/spectrum/Makefile
sebastia 27c2b74937 Update to latest stable release.
While there, add a rcscript, and fix cpu hogging in case the password for the transport is wrong.

OK jasper@
2011-01-10 18:34:31 +00:00

52 lines
1.5 KiB
Makefile

# $OpenBSD: Makefile,v 1.6 2011/01/10 18:34:31 sebastia Exp $
COMMENT= XMPP transport/gateway
DISTNAME= spectrum-1.4.6
CATEGORIES= net
HOMEPAGE= http://spectrum.im/
MASTER_SITES= ${HOMEPAGE}/attachments/download/34/
MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python devel/cmake
WANTLIB += c m pthread stdc++ gloox purple glib-2.0 gthread-2.0 event
WANTLIB += PocoData PocoFoundation PocoMySQL PocoODBC PocoSQLite
LIB_DEPENDS= net/py-xmpppy \
net/gloox \
net/pidgin,-libpurple \
net/poco
RUN_DEPENDS = net/py-xmpppy
SPVARDIR= /var/spectrum
# not using CONFIGURE_STYLE=cmake from cmake module, rolling own in
# pre-build. Otherwise make configure will work, but afterwards make
# will fail with python2.6 unable to find ./setup.py
CONFIGURE_STYLE=none
USE_GROFF = Yes
NO_REGRESS= Yes
SUBST_VARS= SPVARDIR
pre-configure:
${SUBST_CMD} ${WRKSRC}/spectrumctl/spectrumctl.py \
${WRKSRC}/spectrumctl/spectrum/env.py ${WRKSRC}/spectrum.cfg
post-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/cmake .
post-install:
${INSTALL_DATA} ${WRKDIST}/schemas/mysql_schema.sql \
${PREFIX}/share/examples/spectrum
rm -f ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/spectrum/env.py.*
rm -f ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/spectrum/spectrum.py.orig
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/spectrum
.include <bsd.port.mk>