diff options
author | jrm <jrm@FreeBSD.org> | 2017-08-18 21:50:49 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-08-18 21:50:49 +0800 |
commit | e29c06fe69f69d3d86b2c86b5d85f565efd5471e (patch) | |
tree | def6543d6cd02da5e929540e5f89943b9f973068 /x11 | |
parent | baef7d4a3c0fbfa15affbcc10b849d34b1511d05 (diff) | |
download | freebsd-ports-gnome-e29c06fe69f69d3d86b2c86b5d85f565efd5471e.tar.gz freebsd-ports-gnome-e29c06fe69f69d3d86b2c86b5d85f565efd5471e.tar.zst freebsd-ports-gnome-e29c06fe69f69d3d86b2c86b5d85f565efd5471e.zip |
x11/cl-clx-sbcl: Re-add after deletion in 2013
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 24 | ||||
-rw-r--r-- | x11/cl-clx-sbcl/pkg-descr | 6 |
3 files changed, 31 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 866ed1964367..c987f52a4a0a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -33,6 +33,7 @@ SUBDIR += cinnamon-screensaver SUBDIR += cinnamon-session SUBDIR += cl-clx + SUBDIR += cl-clx-sbcl SUBDIR += compositeproto SUBDIR += controllermap SUBDIR += cool-retro-term 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 |