aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cl-ppcre-cmucl/Makefile
blob: be7bde98e69b55ebf68f13ac2f115baa37be8021 (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
26
27
28
29
30
31
32
33
34
35
36
# New ports collection Makefile for:    cl-ppcre-cmucl
# Date created:             16 May 2003
# Whom:                 Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$

PORTNAME=   cl-ppcre
PORTVERSION=    0.5.4
CATEGORIES= textproc lisp
MASTER_SITES=   http://weitz.de/files/
PKGNAMESUFFIX=  -cmucl
DISTFILES=      # use installed sources from CL_LIBDIR
EXTRACT_ONLY=       # use installed sources from CL_LIBDIR

MAINTAINER= ports@FreeBSD.org
COMMENT=    Portable Perl-Compatible Regular Expression for Common Lisp

BUILD_DEPENDS=  ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
        ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
        lisp:${PORTSDIR}/lang/cmucl
RUN_DEPENDS=    ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
        ${LOCALBASE}/lib/common-lisp/asdf/cmuclfasl/asdf.fasl:${PORTSDIR}/devel/cl-asdf-cmucl \
        lisp:${PORTSDIR}/lang/cmucl

do-build:
    WRKSRC=${WRKSRC}/ FBSD_ASDF_COMPILE_PORT=t\
    lisp -nositeinit -noinit \
        -load ${LOCALBASE}/etc/asdf-init.lisp \
        -eval "(asdf:oos 'asdf:compile-op :cl-ppcre)" \
        -eval "(quit)"

do-install:
    ${MKDIR} ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl
    ${INSTALL_DATA} ${WRKSRC}/*.fasl ${PREFIX}/lib/common-lisp/cl-ppcre/cmuclfasl/

.include <bsd.port.mk>