blob: b8ccd26a2d4c4f753050f3c72e637e74bcf6cac8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Henrik Motakef <henrik.motakef@web.de>
# $FreeBSD$
PORTNAME= asdf
PORTVERSION= 2.017
PORTEPOCH= 1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A system definition facility for Common Lisp
# Even if this port builds FASL files, it is slightly different from
# other FASL ports because it uses USE_ASDF rather than USE_ASDF_FASL.
USE_ASDF= yes
FASL_TARGET= clisp
FASL_BUILD= yes
post-extract:
@${MKDIR} ${WRKSRC}
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>
|