be7bbd3b8d
Loggerhead is a web viewer for Bazaar branches. It can be used to navigate a branch history, annotate files, perform searches... all the usual things.
28 lines
1,000 B
Makefile
28 lines
1,000 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/09/04 17:20:26 epg Exp $
|
|
|
|
DISTNAME= loggerhead-${VER}
|
|
CATEGORIES= www scm
|
|
MASTER_SITES= http://launchpad.net/loggerhead/1.6/${VER}/+download/
|
|
VER= 1.6
|
|
|
|
MAINTAINER= epg@NetBSD.org
|
|
HOMEPAGE= https://launchpad.net/loggerhead
|
|
COMMENT= Web viewer for Bazaar branches
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= bzr>=1.6:../../devel/bzr
|
|
DEPENDS+= ${PYPKGPREFIX}-Paste>=1.2:../../www/py-paste
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c8:../../devel/py-setuptools
|
|
DEPENDS+= ${PYPKGPREFIX}-SimpleTAL>=4.1:../../www/py-simpletal
|
|
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
|
|
|
|
PYDISTUTILSPKG= yes
|
|
# Requires wsgi, which is available for older versions of Python, but not in
|
|
# pkgsrc yet. Also requires 'sqlite3', which seems not to be available
|
|
# separately (py-sqlite2 is for sqlite3 but is 'pysqlite2').
|
|
PYTHON_VERSIONS_ACCEPTED=25
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|