5f9b9c45f8
from Brian Poole <raj@cerias.purdue.edu>
22 lines
391 B
Makefile
22 lines
391 B
Makefile
# $OpenBSD: Makefile,v 1.4 2003/01/19 09:27:25 pvalchev Exp $
|
|
|
|
COMMENT= "compiler cache"
|
|
|
|
DISTNAME= ccache-2.1.1
|
|
CATEGORIES= devel
|
|
HOMEPAGE= http://ccache.samba.org/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://ccache.samba.org/ftp/ccache/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|