mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
cbaed11e29
PR: 36961 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.7
|
|
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>
|