23 lines
424 B
Makefile
23 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.7 2004/11/23 11:22:00 espie Exp $
|
|
|
|
COMMENT= "compiler cache"
|
|
|
|
DISTNAME= ccache-2.3
|
|
CATEGORIES= devel
|
|
HOMEPAGE= http://ccache.samba.org/
|
|
|
|
MAINTAINER= Margarida Sequeira <margarida@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}ftp/ccache/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|