freebsd-ports/devel/ccache-memcached/Makefile
Bryan Drewery 1c81ee3da4 Add devel/ccache-static and devel/ccache-memcached-static ports.
These are to allow packages to be created for use where a static
ccache is needed to avoid build dependencies.  Poudriere is
growing support for this use case.  While a ccache-static is
not likely as useful, the ccache-memcached-static port will
allow Poudriere to use ccache+memcached in its jails without
needing to bootstrap ccache-memcached and dealing with the
cyclic dependency problem of building that or compromising
with not building it with a compiler cache.
2017-03-10 00:48:35 +00:00

11 lines
217 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -memcached
MASTERDIR= ${.CURDIR}/../ccache
OPTIONS_SLAVE= MEMCACHED
CONFLICTS_INSTALL= ccache-[0-9]* ccache-memcached-static[0-9]* ccache-static-[0-9]*
.include "${MASTERDIR}/Makefile"