aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cl-split-sequence-sbcl/Makefile
blob: 776ea794e56d49a7c9933ef28167a1945b8b507f (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
# New ports collection Makefile for:    cl-split-sequence-sbcl
# Date created:             12 May 2003
# Whom:                 Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$

PORTNAME=   split-sequence
PORTVERSION=    20011114.1
PORTREVISION=   2
CATEGORIES= devel lisp
PKGNAMEPREFIX=  cl-
DISTFILES=  # none

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Partitioning Common Lisp sequences

BUILD_DEPENDS=  ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence
RUN_DEPENDS=    ${LOCALBASE}/${CL_LIBDIR_REL}/split-sequence/split-sequence.asd:${PORTSDIR}/devel/cl-split-sequence

USE_ASDF_FASL=  yes
FASL_TARGET=    sbcl
FASL_BUILD= yes

.include "${.CURDIR}/../../devel/cl-asdf/bsd.cl-asdf.mk"
.include <bsd.port.mk>