22 lines
389 B
Makefile
22 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/01/17 04:02:26 jcs Exp $
|
|
|
|
COMMENT= "compiler cache"
|
|
|
|
DISTNAME= ccache-1.9
|
|
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 dest
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|