25 lines
447 B
Makefile
25 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:45:56 espie Exp $
|
|
|
|
COMMENT= compiler cache
|
|
|
|
DISTNAME= ccache-2.4
|
|
REVISION = 0
|
|
CATEGORIES= devel
|
|
HOMEPAGE= http://ccache.samba.org/
|
|
|
|
MAINTAINER= Ben Lovett <ben@tilderoot.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= http://samba.org/ftp/ccache/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|