31a4983ede
"../../sysutils/desktop-file-utils/desktopdb.mk". Minor formatting fixes in some files. Other minor fixes in some files. Bump PKGREVISION.
37 lines
1,011 B
Makefile
37 lines
1,011 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/11/13 20:09:35 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= nicotine+-1.2.9
|
|
PKGREVISION= 2
|
|
CATEGORIES= net audio x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nicotine-plus/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jfranz@bsdprojects.net
|
|
HOMEPAGE= http://www.nicotine-plus.org/
|
|
COMMENT= Client for the SoulSeek, a peer-to-peer network for music
|
|
|
|
CONFLICTS= nicotine-[0-9]*
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-vorbis>=0:../../audio/py-vorbis
|
|
DEPENDS+= ${PYPKGPREFIX}-GeoIP>=0:../../net/py-GeoIP
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
REPLACE_PYTHON= pynicotine/gtkgui/glade2py.py
|
|
|
|
SUBST_CLASSES+= man
|
|
SUBST_STAGE.man= post-patch
|
|
SUBST_FILES.man= setup.py
|
|
SUBST_SED.man= -e 's|"share", "man",|"man",|g'
|
|
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|