openbsd-ports/devel/ccache/Makefile

25 lines
447 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.14 2010/11/15 19:45:56 espie Exp $
COMMENT= compiler cache
DISTNAME= ccache-2.4
2010-11-15 14:45:56 -05:00
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
2004-11-23 06:22:00 -05:00
WANTLIB= c
2006-02-18 15:17:14 -05:00
MASTER_SITES= http://samba.org/ftp/ccache/
CONFIGURE_STYLE= gnu
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>