aboutsummaryrefslogtreecommitdiffstats
path: root/x11/cl-clx-sbcl
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-10-09 04:14:58 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-10-09 04:14:58 +0800
commit64dc914c7a568047e200cc36657d164667773449 (patch)
treeec9d0d194d0a5aeb1f4b711611f24e366df5e521 /x11/cl-clx-sbcl
parent89d2a2745c8035d684966cd530f6a5300c7277d0 (diff)
downloadfreebsd-ports-gnome-64dc914c7a568047e200cc36657d164667773449.tar.gz
freebsd-ports-gnome-64dc914c7a568047e200cc36657d164667773449.tar.zst
freebsd-ports-gnome-64dc914c7a568047e200cc36657d164667773449.zip
CLX is to Common Lisp as Xlib is to C - it provides low-level X calls
on top of which a Graphics Toolkit can be based. PR: ports/151315 Submitted by: swell.k@gmail.com
Diffstat (limited to 'x11/cl-clx-sbcl')
-rw-r--r--x11/cl-clx-sbcl/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile
new file mode 100644
index 000000000000..2ad66d97c89a
--- /dev/null
+++ b/x11/cl-clx-sbcl/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cl-clx-sbcl
+# Date created: 7 Oct 2010
+# Whom: Anonymous
+#
+# $FreeBSD$
+
+DISTFILES= # none
+
+MASTERDIR= ${.CURDIR}/../../x11/cl-clx
+
+BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/clx/clx.asd:${PORTSDIR}/x11/cl-clx
+RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/clx/clx.asd:${PORTSDIR}/x11/cl-clx
+
+USE_ASDF_FASL= yes
+FASL_BUILD= yes
+FASL_TARGET= sbcl
+
+.include "${MASTERDIR}/Makefile"