pkgsrc/devel/py-windbg/Makefile
joerg 3b86ec6fa6 Import py-windbg 1.4.6:
Winpdb is a platform independent Python debugger.  It supports multiple
threads, namespace modification, embedded debugging and encrypted
communication.
2009-12-16 19:10:56 +00:00

19 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/12/16 19:10:56 joerg Exp $
#
DISTNAME= winpdb-1.4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://winpdb.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://winpdb.org
COMMENT= Python GUI debugger
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../x11/py-wxWidgets/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"