pkgsrc/devel/ccache/Makefile
adam 5c13bd7393 Changes 3.2.3:
New features and improvements
* Added support for compiler option -gsplit-dwarf.

Bug fixes
* Support external zlib in nonstandard directory.
* Avoid calling exit() inside an exit handler.
* Let exit handler terminate properly.
* Bail out on compiler option --save-temps in addition to -save-temps.
* Only log "Disabling direct mode" once when failing to read potential include files.
2015-09-13 07:59:45 +00:00

20 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.30 2015/09/13 07:59:45 adam Exp $
DISTNAME= ccache-3.2.3
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/
# do not use xz distfile here, xz needs gettext-lib which leads to circular
# dependencies on some platforms.
#EXTRACT_SUFX= .tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ccache.samba.org/
COMMENT= Cache for C/C++ compilers
LICENSE= gnu-gpl-v3 AND modified-bsd AND public-domain AND zlib
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"