2010-01-16 20:12:05 +01:00
|
|
|
# New ports collection makefile for: cl-alexandria-clisp
|
|
|
|
# Date created: 16 January 2010
|
|
|
|
# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= alexandria
|
|
|
|
PORTVERSION= 2010.01.16
|
2011-08-16 22:59:36 +02:00
|
|
|
PORTREVISION= 2
|
2010-01-16 20:12:05 +01:00
|
|
|
CATEGORIES= devel lisp
|
|
|
|
PKGNAMEPREFIX= cl-
|
|
|
|
DISTFILES= # none
|
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
|
|
COMMENT= A collection of portable public domain utilities for Common Lisp
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:${PORTSDIR}/devel/cl-alexandria
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/alexandria/alexandria.asd:${PORTSDIR}/devel/cl-alexandria
|
|
|
|
|
|
|
|
USE_ASDF_FASL= yes
|
|
|
|
FASL_TARGET= clisp
|
|
|
|
FASL_BUILD= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
|
|
|
|
.include <bsd.port.mk>
|