aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cmucl-extra/Makefile
blob: 84d0c46cbed30e32727168d30b0ff5e69315a51b (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
# New ports collection makefile for:    cmucl-extra
# Date created:             13 June 2002
# Whom:                 Scott Flatman <sf@dsinw.com>
#
# $FreeBSD$

PORTNAME=   cmucl-extra
PORTVERSION=    19c
CATEGORIES= lang lisp
MASTER_SITES=   ftp://ftp.common-lisp.net/pub/project/cmucl/release/${PORTVERSION}/ \
        http://www.pmsf.de/pub/cmucl/release/${PORTVERSION}/ \
        ftp://ftp.averillpark.net/cmucl/release/${PORTVERSION}/ \
        ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/${PORTVERSION}/ \
        ftp://ftp.tepus.com/pub/project/cmucl/release/${PORTVERSION}/
DISTNAME=   cmucl-${PORTVERSION}-x86-FreeBSD.extra

MAINTAINER= ports@FreeBSD.org
COMMENT=    Optional extras for the CMU implementation of Common Lisp

BUILD_DEPENDS=  lisp:${PORTSDIR}/lang/cmucl
RUN_DEPENDS=    lisp:${PORTSDIR}/lang/cmucl

USE_BZIP2=  yes
NO_WRKSUBDIR=   yes
NO_BUILD=   yes

do-install:
    cd ${WRKDIR} && ${FIND} lib | \
        ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}

.include <bsd.port.mk>