dc3c220810
agreed with avsm@ Chora is a tool for viewing code repositories that are managed using the CVS or Subversion source control systems. It aims to provide a high degree of integration with CVS, SVN and the other Horde web-based tools.
13 lines
236 B
Makefile
13 lines
236 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/08/18 15:04:05 sthen Exp $
|
|
|
|
COMMENT= web-based CVS viewer module for Horde
|
|
|
|
HORDE_NAME= Chora
|
|
|
|
# GPLv2
|
|
DISTNAME= chora-h3-2.1.1
|
|
PKGNAME= ${DISTNAME:S/-h3//}
|
|
CATEGORIES= devel
|
|
|
|
.include <bsd.port.mk>
|