pkgsrc/net/nicotine/Makefile
rillig 4760eca917 Replaced $(ROUND) with ${CURLY} variable references.
This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.

Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.
2018-01-01 18:16:35 +00:00

23 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.49 2018/01/01 18:16:38 rillig 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 36 # py-gtk2
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"