openbsd-ports/devel/fossil/Makefile
sthen 0ce3337109 Import devel/fossil, from James Turner with a couple of tweaks by me;
Fossil is a software configuration management system. Fossil is software
that is designed to control and track the development of a software project
and to record the history of the project. There are many such systems in
use today. Fossil strives to distinguish itself from the others by being
extremely simple to setup and operate.

In addition to distributed version control, it supports distributed bug
tracking and wiki, with a built-in web interface, in a single easy-to-use
integrated package.
2009-09-23 19:06:46 +00:00

36 lines
784 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/09/23 19:06:46 sthen Exp $
COMMENT = simple distributed software configuration management
VERSION = 20090921191920
DISTNAME = fossil-src-${VERSION}
PKGNAME = fossil-${VERSION}
CATEGORIES = devel www
HOMEPAGE = http://fossil-scm.org/
MASTER_SITES = ${HOMEPAGE}download/ \
http://bsdgroup.org/fossil/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c z
MODULES = lang/tcl
RUN_DEPENDS = :gnupg-*:security/gnupg
REGRESS_DEPENDS = ${MODTCL_RUN_DEPENDS}
MAKE_FLAGS = BCC="${CC}" TCC="${CC} -Wall"
do-regress:
@cd ${WRKSRC} && ${MODTCL_BIN} test/tester.tcl fossil
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin
.include <bsd.port.mk>