diff options
Diffstat (limited to 'devel/cl-split-sequence-cmucl/Makefile')
-rw-r--r-- | devel/cl-split-sequence-cmucl/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/cl-split-sequence-cmucl/Makefile b/devel/cl-split-sequence-cmucl/Makefile deleted file mode 100644 index 16b309337274..000000000000 --- a/devel/cl-split-sequence-cmucl/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection Makefile for: cl-split-sequence-cmucl -# Date created: 12. May 2003 -# Whom: Henrik Motakef <henrik.motakef@web.de> -# -# $FreeBSD$ - -PORTNAME= split-sequence -PORTVERSION= 20011114.1 -CATEGORIES= devel lisp -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \ - ftp://ftp.ntnu.no/pub/lisp/cclan/ \ - http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/ -PKGNAMEPREFIX= cl- -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= ports@FreeBSD.org -COMMENT= Partitioning Common Lisp sequences - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl - -do-build: - WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\ - lisp -nositeinit -noinit \ - -load ${LOCALBASE}/etc/asdf-init.lisp \ - -eval "(asdf:oos 'asdf:compile-op :split-sequence)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/split-sequence/cmuclfasl/ - -.include <bsd.port.mk> |