diff options
Diffstat (limited to 'net/nicotine/Makefile')
-rw-r--r-- | net/nicotine/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index 117e6fc46e4..6a7c536ddfb 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/08 00:33:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/16 11:40:26 recht Exp $ # DISTNAME= nicotine-1.0.3 @@ -10,16 +10,12 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://nicotine.thegraveyard.org/ COMMENT= Client for soulseek, a peer-to-peer network for music -NO_CONFIGURE= yes -NO_BUILD= yes PYTHON_VERSIONS_ACCEPTED= 22pth 23pth USE_BUILDLINK2= yes +PY_PATCHPLIST= yes +PYDISTUTILSPKG= yes -do-install: - cd ${WRKSRC} ; \ - ${PYTHONBIN} setup.py install --prefix=${PREFIX} - -.include "../../lang/python22-pth/buildlink2.mk" +.include "../../lang/python/extension.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../x11/py-gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |