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

PORTNAME=       cmucl-extra
PORTVERSION=    18d
CATEGORIES=     lang
MASTER_SITES=   ftp://cvs2.cons.org/pub/lisp/cmucl/release/18d/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=     cracauer
DISTNAME=       cmucl-18d-x86-FreeBSD.extra

MAINTAINER=     sf@dsinw.com
COMMENT=	Optional extras for the CMU implementation of Common Lisp

USE_BZIP2=	yes
NO_WRKSUBDIR=   yes
NO_BUILD=       yes

do-install:
	-${MKDIR} ${PREFIX}/lib/cmucl
	(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)

.include <bsd.port.mk>