23 lines
676 B
Makefile
23 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.16 2011/12/03 19:38:48 cheusov 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 "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|