diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-11 00:55:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-11 00:55:24 +0000 |
commit | 9ab64be5e5fd2cb83d66c97d60cfd0aa2d4be524 (patch) | |
tree | 64d610ee6fd144a5e2d8f3c1fc93657aa89c2153 /www/cl-lml-cmucl/Makefile | |
parent | fefaf4a726ff41d14c5fdaa0305388d3f1f06cd9 (diff) |
Notes
Diffstat (limited to 'www/cl-lml-cmucl/Makefile')
-rw-r--r-- | www/cl-lml-cmucl/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/cl-lml-cmucl/Makefile b/www/cl-lml-cmucl/Makefile deleted file mode 100644 index a955eaea73e6..000000000000 --- a/www/cl-lml-cmucl/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection Makefile for: cl-lml-cmucl -# Date created: 18 May 2003 -# Whom: Henrik Motakef <henrik.motakef@web.de> -# -# $FreeBSD$ - -PORTNAME= lml -PORTVERSION= 2.3.4 -CATEGORIES= www textproc -MASTER_SITES= http://files.b9.com/lml/ -PKGNAMEPREFIX= cl- -PKGNAMESUFFIX= -cmucl -DISTFILES= # use installed sources from CL_LIBDIR -EXTRACT_ONLY= # use installed sources from CL_LIBDIR - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lisp Markup Language - -BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \ - ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \ - lisp:${PORTSDIR}/lang/cmucl -RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/system-registry/lml.asd:${PORTSDIR}/www/cl-lml \ - ${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 :lml)" \ - -eval "(quit)" - -do-install: - ${MKDIR} ${PREFIX}/lib/common-lisp/lml/cmuclfasl - ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/lml/cmuclfasl/ - -.include <bsd.port.mk> |