115a964d06
from andrew dalgleish via ben lovett
24 lines
436 B
Makefile
24 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.10 2006/01/23 03:27:52 jolan Exp $
|
|
|
|
COMMENT= "compiler cache"
|
|
|
|
DISTNAME= ccache-2.4
|
|
PKGNAME= ${DISTNAME}p0
|
|
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= ${HOMEPAGE}ftp/ccache/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|