aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache/Makefile
blob: 02d2b25d2a2e9f08eb62ea4ef0e20e19597ee092 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    ccache
# Date created:             31/03/2002
# Whom:         Dominic Marks <d.marks@student.umist.ac.uk>
#
# $FreeBSD$
#

PORTNAME=   ccache
PORTVERSION=    2.3
CATEGORIES= devel
MASTER_SITES=   http://ccache.samba.org/ftp/ccache/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A tool to minimize the compile time of C programs

GNU_CONFIGURE=  yes
MAN1=       ccache.1
PLIST_FILES=    bin/ccache

.include <bsd.port.mk>