freebsd-ports/devel/ccache/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

20 lines
421 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.3
CATEGORIES= devel
MASTER_SITES= http://ccache.samba.org/ftp/ccache/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool to minimize the compile time of C programs
GNU_CONFIGURE= yes
MAN1= ccache.1
PLIST_FILES= bin/ccache
.include <bsd.port.mk>