openbsd-ports/devel/ccache/Makefile

35 lines
843 B
Makefile
Raw Normal View History

2012-01-09 04:35:47 -05:00
# $OpenBSD: Makefile,v 1.21 2012/01/09 09:35:47 sthen Exp $
2011-06-22 07:28:16 -04:00
COMMENT = compiler cache
2012-01-09 04:35:47 -05:00
DISTNAME = ccache-3.1.7
2011-06-22 07:28:16 -04:00
CATEGORIES = devel
# The ccache(1) manual page causes ERRORs with mandoc(1),
# so normally this port would require USE_GROFF.
# However, the actual formatting issues are not very serious,
# and USE_GROFF would cause a circular dependency
# because the textproc/groff port can use ccache.
# When updating, please check that mandoc(1) still
# does not drop any content from the ccache(1) manual.
2011-06-22 07:28:16 -04:00
HOMEPAGE = http://ccache.samba.org/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv3+
2011-06-22 07:28:16 -04:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2011-11-03 18:13:23 -04:00
WANTLIB += c m z
2011-06-22 07:28:16 -04:00
MASTER_SITES = http://samba.org/ftp/ccache/
2011-06-22 07:28:16 -04:00
CONFIGURE_STYLE = gnu
NO_CCACHE = Yes
.include <bsd.port.mk>