23 lines
396 B
Makefile
23 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.15 2011/06/22 09:20:02 sthen Exp $
|
|
|
|
COMMENT= compiler cache
|
|
|
|
DISTNAME= ccache-3.1.5
|
|
CATEGORIES= devel
|
|
HOMEPAGE= http://ccache.samba.org/
|
|
|
|
# GPLv3+
|
|
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>
|