pkgsrc/devel/codeville/Makefile
drochner a438f3a4a7 update to 0.1.12
changes (afaics, there is no complete changelog):
-changes for easier handling (cdv init instead of manual mkdir)
-speedup
-changed license to BSD
-bigfixes
2005-05-10 16:31:34 +00:00

20 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/05/10 16:31:34 drochner Exp $
DISTNAME= Codeville-0.1.12
PKGNAME= codeville-0.1.12
CATEGORIES= devel
MASTER_SITES= http://codeville.org/download/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://codeville.org/
COMMENT= Distributed revision control system
PYDISTUTILSPKG= yes
# XXX we don't need threads, but db3 is linked against libpthread
PYTHON_VERSIONS_ACCEPTED= 23
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../databases/py-bsddb3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"