2010-01-15 13:14:39 +01:00
|
|
|
# New ports collection Makefile for: cl-asdf-clisp
|
2003-06-03 05:28:23 +02:00
|
|
|
# Date created: 10 May 2003
|
|
|
|
# Whom: Henrik Motakef <henrik.motakef@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= asdf
|
2011-08-16 22:52:05 +02:00
|
|
|
PORTVERSION= 2.017
|
2010-01-12 23:28:35 +01:00
|
|
|
PORTEPOCH= 1
|
2005-10-16 16:48:09 +02:00
|
|
|
CATEGORIES= devel lisp
|
2003-06-03 05:28:23 +02:00
|
|
|
PKGNAMEPREFIX= cl-
|
2010-01-15 13:14:39 +01:00
|
|
|
DISTFILES= # none
|
2003-06-03 05:28:23 +02:00
|
|
|
|
2010-01-08 21:33:37 +01:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-06-03 05:28:23 +02:00
|
|
|
COMMENT= A system definition facility for Common Lisp
|
|
|
|
|
2010-01-15 13:14:39 +01:00
|
|
|
# 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.
|
2003-06-03 05:28:23 +02:00
|
|
|
|
2010-01-15 13:14:39 +01:00
|
|
|
USE_ASDF= yes
|
|
|
|
FASL_TARGET= clisp
|
|
|
|
FASL_BUILD= yes
|
2010-01-12 23:28:35 +01:00
|
|
|
|
2003-06-03 05:28:23 +02:00
|
|
|
post-extract:
|
2010-01-12 23:28:35 +01:00
|
|
|
@${MKDIR} ${WRKSRC}
|
2003-06-03 05:28:23 +02:00
|
|
|
|
2010-01-15 13:14:39 +01:00
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
2003-06-03 05:28:23 +02:00
|
|
|
.include <bsd.port.mk>
|