diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-08 20:14:58 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-08 20:14:58 +0000 |
commit | 4256723e338e228d928d964d08fa5741807ebc9a (patch) | |
tree | 0a6c951b1c2fe850c9dfd95199ca3144976bd295 /x11/cl-clx-sbcl | |
parent | 08d2ec7dfe9625b2599320373bae8d3460dc29cd (diff) | |
download | ports-4256723e338e228d928d964d08fa5741807ebc9a.tar.gz ports-4256723e338e228d928d964d08fa5741807ebc9a.zip |
Notes
Diffstat (limited to 'x11/cl-clx-sbcl')
-rw-r--r-- | x11/cl-clx-sbcl/Makefile | 18 |
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" |