aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache-static
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-03-10 00:48:35 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-03-10 00:48:35 +0000
commit1c81ee3da4381cba281b90d2ae92e2faa4ea66bc (patch)
tree11baa609387a5c7657734032d6687cf996ebffb8 /devel/ccache-static
parent441b13dd1174276689af297284168d80df8e353a (diff)
Notes
Diffstat (limited to 'devel/ccache-static')
-rw-r--r--devel/ccache-static/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ccache-static/Makefile b/devel/ccache-static/Makefile
new file mode 100644
index 000000000000..daaba05eac22
--- /dev/null
+++ b/devel/ccache-static/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -static
+
+MASTERDIR= ${.CURDIR}/../ccache
+
+OPTIONS_SLAVE= STATIC
+
+CONFLICTS_INSTALL= ccache-[0-9]* ccache-memcached[0-9]* ccache-memcached-static[0-9]*
+
+.include "${MASTERDIR}/Makefile"