ae6696659a
Experimental BitTorrent client, based on the official one.
14 lines
314 B
Makefile
14 lines
314 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/10/28 17:00:26 wiz Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFLICTS= bittorrent-[0-9]*
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../devel/py-cursespanel/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|