2f2a2d2860
Approved by: portmgr (tier-2 blanket)
12 lines
223 B
Makefile
12 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -memcached-static
|
|
|
|
MASTERDIR= ${.CURDIR}/../ccache
|
|
|
|
OPTIONS_SLAVE= MEMCACHED STATIC
|
|
|
|
CONFLICTS_INSTALL= ccache-[0-9]* ccache-memcached[0-9]* ccache-static[0-9]*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|