pkgsrc/net/nicotine/Makefile
obache a34d3d2ae3 * no compiler languages is required to build.
* so no need to buildlink with gtk2 and py-gtk2, simple DEPENDS on py-gtk2
  is sufficient.

Bump PKGREVISION.
2012-01-23 08:28:46 +00:00

23 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.39 2012/01/23 08:28:46 obache Exp $
#
DISTNAME= nicotine-1.0.8
PKGREVISION= 15
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # empty
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"