summaryrefslogtreecommitdiff
path: root/lang/cmucl/Makefile
blob: af6ee9f9badeb50c1a8f61ab63f64166503df294 (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:    CMUCL
# Version required:     18a, build 19970824
# Date created:         Jul, 15, 1997
# Whom:                 cracauer@cons.org "Martin Cracauer"
#
# $Id: Makefile,v 1.3 1997/07/21 12:13:57 cracauer Exp $
#
#

DISTNAME=	18a-FreeBSD_22
PKGNAME=	cmucl-18a
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/ \
		http://www2.cons.org:8000/ftp-area/cmucl/binaries/ \
		http://www2.cons.org:8000/freebsd-distfiles/

MAINTAINER= 	cracauer@cons.org

NO_WRKSUBDIR=	yes
NO_CONFIGURE=	yes
NO_BUILD=	yes
MAN1=		lisp.1 cmucl.1

do-install:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin
	-${MKDIR} ${PREFIX}/lib/cmucl
	(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX}/lib/cmucl && tar fx -)
	-${RMDIR} ${PREFIX}/lib/cmucl/lib/subsystems
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/README \
		${PREFIX}/lib/cmucl
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \
		${PREFIX}/man/man1
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \
		${PREFIX}/man/man1

.include <bsd.port.mk>