pkgsrc/net/nicotine/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

23 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.52 2019/04/26 13:14:08 maya Exp $
DISTNAME= nicotine-1.0.8
PKGREVISION= 17
CATEGORIES= net audio x11
#MASTER_SITES= http://nicotine.thegraveyard.org/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://nicotine.thegraveyard.org/
COMMENT= Client for soulseek, a peer-to-peer network for music
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-gtk2>=1.99.16:../../x11/py-gtk2
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # empty
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"