pkgsrc/devel/ccache/Makefile
xtraeme 087c9a232c Update devel/ccache to 2.4.
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.
2004-10-14 02:39:19 +00:00

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"