2003-01-18 06:11:46 +01:00
|
|
|
# New ports collection makefile for: cmucl-extra
|
|
|
|
# Date created: 13 June 2002
|
|
|
|
# Whom: Scott Flatman <sf@dsinw.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-05-13 17:23:43 +02:00
|
|
|
PORTNAME= cmucl-extra
|
2006-06-05 01:49:56 +02:00
|
|
|
PORTVERSION= 19c
|
2005-10-16 16:48:09 +02:00
|
|
|
CATEGORIES= lang lisp
|
2006-06-05 01:49:56 +02:00
|
|
|
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
|
2003-01-18 06:11:46 +01:00
|
|
|
|
2008-09-03 04:57:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= Optional extras for the CMU implementation of Common Lisp
|
2003-01-18 06:11:46 +01:00
|
|
|
|
2003-05-13 17:23:43 +02:00
|
|
|
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
|
2007-05-26 02:59:44 +02:00
|
|
|
RUN_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
|
2003-05-13 17:23:43 +02:00
|
|
|
|
2003-01-18 06:11:46 +01:00
|
|
|
USE_BZIP2= yes
|
2003-05-13 17:23:43 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2003-01-18 06:11:46 +01:00
|
|
|
do-install:
|
2004-09-03 00:36:06 +02:00
|
|
|
cd ${WRKDIR} && ${FIND} lib | \
|
2007-05-26 02:59:44 +02:00
|
|
|
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
|
2003-01-18 06:11:46 +01:00
|
|
|
|
2007-05-26 02:59:44 +02:00
|
|
|
.include <bsd.port.mk>
|