2003-01-18 05:11:46 +00:00
|
|
|
# New ports collection makefile for: cmucl-extra
|
|
|
|
# Date created: 13 June 2002
|
|
|
|
# Whom: Scott Flatman <sf@dsinw.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-05-13 15:23:43 +00:00
|
|
|
PORTNAME= cmucl-extra
|
|
|
|
PORTVERSION= 18e
|
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ftp://cmucl.cons.org/pub/lisp/cmucl/release/18e/ \
|
2003-01-18 05:11:46 +00:00
|
|
|
${MASTER_SITE_LOCAL}
|
2003-05-13 15:23:43 +00:00
|
|
|
DISTNAME= cmucl-18e-x86-freebsd.extra
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-01-18 05:11:46 +00:00
|
|
|
|
2003-04-26 01:07:31 +00:00
|
|
|
MAINTAINER= sf@slappy.org
|
2003-02-21 12:35:09 +00:00
|
|
|
COMMENT= Optional extras for the CMU implementation of Common Lisp
|
2003-01-18 05:11:46 +00:00
|
|
|
|
2003-05-13 15:23:43 +00:00
|
|
|
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
|
|
|
|
|
2003-04-26 01:07:31 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2003-01-18 05:11:46 +00:00
|
|
|
USE_BZIP2= yes
|
2003-05-13 15:23:43 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500000
|
|
|
|
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
|
|
|
|
.endif
|
2003-01-18 05:11:46 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
-${MKDIR} ${PREFIX}/lib/cmucl
|
|
|
|
(cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX} && tar fx -)
|
|
|
|
|
2003-05-13 15:23:43 +00:00
|
|
|
.include <bsd.port.post.mk>
|