c62c4934cd
Major changes in this release: * Added sequential version numbering * Added a optional configure script - the Makefile still works for most systems. * Improvements to the "annotate" algorithm: only search primary ancestors and ignore branches. * Update the "scrub" command to remove traces of login-groups and subrepositories. * Added the --type option to the "fossil tag find" command. * In contexts where only a check-in makes sense, resolve branch and tag names to checkins only, never events or other artifacts. * Improved display of file renames on a diff. A rebuild is required to take full advantage of this change. * Update the built-in SQLite to version 3.7.7.
22 lines
625 B
Makefile
22 lines
625 B
Makefile
# $NetBSD: Makefile,v 1.15 2011/08/17 13:42:50 asau Exp $
|
|
|
|
DISTNAME= fossil-src-20110713230341
|
|
PKGNAME= fossil-1.18
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://www.fossil-scm.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki
|
|
COMMENT= Simple, high-reliability, distributed software configuration management
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fossil ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|