mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
22 lines
585 B
Makefile
22 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.45 2016/07/09 13:03:59 wiz Exp $
|
|
|
|
DISTNAME= nicotine-1.0.8
|
|
PKGREVISION= 16
|
|
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= 34 35 # py-gtk2
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|