1c81ee3da4
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.
11 lines
217 B
Makefile
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"
|