087c9a232c
Changes: * Added CCACHE_READONLY option. * Added CCACHE_TEMPDIR option. * Fixed handling of hard-linked compiler on AIX. * Added O_BINARY support, to try and support win32 compiles. * Show cache directory in stats output. * Fixed handling of HOME environment variable. NOTE: This release changes the hash input slighly, so you will probably find that you will not get any hits against your existing cache when you upgrade.
18 lines
400 B
Makefile
18 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/14 02:39:19 xtraeme Exp $
|
|
|
|
DISTNAME= ccache-2.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ccache.samba.org/ftp/ccache/
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://ccache.samba.org/
|
|
COMMENT= Cache for C/C++ compilers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|