aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache/Makefile
blob: adbbba44bb073c20b0a9c1c57bddde256aa70d55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# New ports collection makefile for:    ccache
# Date created:             31/03/2002
# Whom:         Dominic Marks <dominic_marks@btinternet.com>
#
# $FreeBSD$
#

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

MAINTAINER= dominic_marks@btinternet.com

GNU_CONFIGURE=  yes
MAN1=       ccache.1

.include <bsd.port.mk>