freebsd-ports/www/cl-lml-sbcl/Makefile

24 lines
572 B
Makefile

# Created by: Henrik Motakef <henrik.motakef@web.de>
# $FreeBSD$
PORTNAME= lml
PORTVERSION= 2.5.7
PORTREVISION= 13
CATEGORIES= www textproc
PKGNAMEPREFIX= cl-
DISTFILES= # none
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Lisp Markup Language
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/system-registry/lml.asd:${PORTSDIR}/www/cl-lml
USE_ASDF_FASL= yes
FASL_TARGET= sbcl
FASL_BUILD= yes
NO_STAGE= yes
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>