17 lines
375 B
Makefile
17 lines
375 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:18 tv 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLATION_DIRS= bin man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|