aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache-static
diff options
context:
space:
mode:
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"