6c4231b5ee
ccache 3.7.4 Improvements Added support for the -gz[=type] compiler option (previously ccache would think that “-gz” alone would enable debug information, thus potentially including the current directory in the hash). Added support for converting paths like “/c/users/...” into relative paths on Windows.
22 lines
653 B
Makefile
22 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.52 2019/09/13 08:07:29 adam Exp $
|
|
|
|
DISTNAME= ccache-3.7.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ccache/}
|
|
# do not use xz distfile here, xz needs gettext-lib which leads to circular
|
|
# dependencies on some platforms.
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ccache.dev/
|
|
COMMENT= Cache for C/C++ compilers
|
|
LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
|
|
|
|
USE_TOOLS+= bash:test gmake perl:test
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= test
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|