aa4077eab8
PR: 38028 Submitted by: maintainer
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# 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>
|