openbsd-ports/comms/wammu/Makefile
solene 142e91ec7d Add missing run dependency devel/py-six
ok kirby@ (maintainer)
2021-09-21 16:34:24 +00:00

32 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.13 2021/09/21 16:34:24 solene Exp $
COMMENT = Gnu All Mobile Management Utilities GUI
MODPY_EGG_VERSION = 0.44
DISTNAME = wammu-${MODPY_EGG_VERSION}
REVISION = 4
CATEGORIES = comms x11
HOMEPAGE = https://wammu.eu/
MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
# GPLv3+
PERMIT_PACKAGE = Yes
MASTER_SITES = https://dl.cihar.com/wammu/v0/
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = comms/py-gammu \
devel/desktop-file-utils \
devel/py-six${MODPY_FLAVOR} \
x11/py-wxPython
NO_TEST = Yes
.include <bsd.port.mk>