mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7cee1ca843
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
19 lines
348 B
Makefile
19 lines
348 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= 1.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ccache.samba.org/ftp/ccache/
|
|
|
|
MAINTAINER= d.marks@student.umist.ac.uk
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= ccache.1
|
|
|
|
.include <bsd.port.mk>
|