CVSAnalY cvsanaly is a tool that extracts information out of source code repository logs and stores it into a database.
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/06/12 23:16:46 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= cvsanaly2-2.0.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://forge.morfeo-project.org/frs/download.php/550/
|
|
|
|
MAINTAINER= research.jihbed@gmail.com
|
|
HOMEPAGE= http://tools.libresoft.es/cvsanaly
|
|
COMMENT= Source code management tool analyzer
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
|
|
DEPENDS+= scmgit>=1.7.0.5:../../devel/scmgit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
PYDISTUTILSPKG= yes
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_STAGE.paths= pre-configure
|
|
SUBST_SED.paths+= -e 's,share/man/man1,man/man1,g'
|
|
SUBST_FILES.paths+= setup.py
|
|
SUBST_MESSAGE.paths= Fixing header search paths.
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/cvsanaly
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
|
|
|
|
|
|
.include "../../devel/subversion-base/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../wip/repositoryhandler/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|