diff options
Diffstat (limited to 'x11/cl-clx-sbcl')
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 24 | ||||
-rw-r--r-- | x11/cl-clx-sbcl/pkg-descr | 6 |
2 files changed, 30 insertions, 0 deletions
diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile new file mode 100644 index 000000000000..16124d288d56 --- /dev/null +++ b/x11/cl-clx-sbcl/Makefile @@ -0,0 +1,24 @@ +# Created by: Anonymous +# $FreeBSD$ + +PORTNAME= clx +PORTVERSION= 0.7.4 +CATEGORIES= x11 lisp +PKGNAMEPREFIX= cl- +PKGNAMESUFFIX= -sbcl +DISTFILES= # none + +MAINTAINER= jrm@FreeBSD.org +COMMENT= X11 client library for Common Lisp + +LICENSE= MIT + +BUILD_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME} +RUN_DEPENDS= ${PKGNAMEPREFIX}${PORTNAME}>=0:x11/${PKGNAMEPREFIX}${PORTNAME} + +USE_ASDF_FASL= yes +FASL_TARGET= sbcl +FASL_BUILD= yes + +.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk" +.include <bsd.port.mk> diff --git a/x11/cl-clx-sbcl/pkg-descr b/x11/cl-clx-sbcl/pkg-descr new file mode 100644 index 000000000000..185faff10d6f --- /dev/null +++ b/x11/cl-clx-sbcl/pkg-descr @@ -0,0 +1,6 @@ +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. + +This package contains the fasl files generated by SBCL. + +WWW: http://www.cliki.net/CLX |