mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
57 lines
1.3 KiB
Makefile
57 lines
1.3 KiB
Makefile
COMMENT= fully-featured XMPP client written in Python
|
|
MODPY_DISTV= 1.9.5
|
|
DISTNAME= gajim-${MODPY_DISTV}
|
|
CATEGORIES= net x11
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://www.gajim.org
|
|
|
|
MAINTAINER= Paco Esteban <paco@openbsd.org>
|
|
|
|
SITES= ${HOMEPAGE}/downloads/${MODPY_DISTV:R}/
|
|
|
|
# GPLv3 only
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
|
|
|
RUN_DEPENDS= audio/gsound \
|
|
databases/py-sqlalchemy \
|
|
devel/desktop-file-utils \
|
|
devel/glib2>=2.66.0 \
|
|
devel/libsoup3 \
|
|
devel/pango>=1.50.0 \
|
|
devel/py-gobject3 \
|
|
graphics/py-Pillow \
|
|
graphics/py-cairo \
|
|
graphics/py-qrcode>=7.3.1 \
|
|
multimedia/gstreamer1/py-gstreamer \
|
|
net/py-nbxmpp>=5.0.4 \
|
|
security/py-cryptodome \
|
|
security/py-cryptography \
|
|
security/py-gnupg \
|
|
security/py-keyring \
|
|
security/py-omemo-dr>=1.0.0 \
|
|
security/py-openssl \
|
|
sysutils/py-packaging \
|
|
textproc/gspell \
|
|
textproc/py-css-parser \
|
|
textproc/py-emoji>=2.6.0 \
|
|
textproc/py-precis_i18n \
|
|
x11/dbus-python \
|
|
x11/gtk+4,-guic \
|
|
x11/gtksourceview4
|
|
|
|
post-install:
|
|
cd ${WRKSRC}; \
|
|
${MODPY_BIN} make.py build; \
|
|
${MODPY_BIN} make.py install --prefix=${PREFIX}
|
|
mv ${PREFIX}/share/man/man1/* ${PREFIX}/man/man1/
|
|
rmdir ${PREFIX}/share/{man/man1,man}
|
|
gunzip ${PREFIX}/man/man1/*.gz
|
|
|
|
.include <bsd.port.mk>
|