summaryrefslogtreecommitdiff
path: root/net/nicotine-plus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nicotine-plus/Makefile')
-rw-r--r--net/nicotine-plus/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/nicotine-plus/Makefile b/net/nicotine-plus/Makefile
new file mode 100644
index 00000000000..d385df04130
--- /dev/null
+++ b/net/nicotine-plus/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 16:35:23 nia Exp $
+
+DISTNAME= nicotine-plus-2.2.2
+MASTER_SITES= ${MASTER_SITE_PYPI:=n/nicotine-plus/}
+CATEGORIES= net
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://nicotine-plus.github.io/nicotine-plus/
+COMMENT= Graphical client for the Soulseek file sharing network
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-gobject3>=3.18:../../devel/py-gobject3
+DEPENDS+= ${PYPKGPREFIX}-gdbm-[0-9]*:../../databases/py-gdbm
+
+SUBST_CLASSES+= paths
+SUBST_STAGE.paths= pre-configure
+SUBST_FILES.paths+= setup.py
+SUBST_SED.paths+= -e "s,share/man/man1,${PKGMANDIR}/man1,g"
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/distutils.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../devel/libappindicator/buildlink3.mk"
+.include "../../textproc/gspell/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"