freebsd-ports/devel/ccache/Makefile
Tilman Keskinoz ffc22a31bf Upate to 2.2
PR:		49113
Submitted by:	Dominic Marks <dom@cus.org.uk>
2003-03-23 18:51:53 +00:00

19 lines
407 B
Makefile

# 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.2
CATEGORIES= devel
MASTER_SITES= http://ccache.samba.org/ftp/ccache/
MAINTAINER= d.marks@student.umist.ac.uk
COMMENT= A tool to minimize the compile time of C programs
GNU_CONFIGURE= yes
MAN1= ccache.1
.include <bsd.port.mk>