freebsd-ports/lang/cmucl/Makefile
Daichi GOTO fd97073e72 Update port: lang/cmucl (docs installed as 600)
PR:		50810
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org> <fuyuki@hadaly.org>
2003-06-24 07:13:01 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: CMUCL
# Date created: Jul, 15, 1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#
#
PORTNAME= cmucl
PORTVERSION= 18e
CATEGORIES= lang
MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cracauer
DISTNAME= cmucl-18e-x86-freebsd
MAINTAINER= cracauer@cons.org
COMMENT= The CMU implementation of Common Lisp
ONLY_FOR_ARCHS= i386
USE_BZIP2= YES
NO_WRKSUBDIR= yes
NO_BUILD= yes
MAN1= lisp.1 cmucl.1
.include <bsd.port.pre.mk>
# portlint wants this earlier but this doesn't work because weneed OSVERSION
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
do-install:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin
(cd ${WRKDIR} && tar fc - lib ) | (cd ${PREFIX} && tar fx -)
-${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}
${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.post.mk>