1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/lang/cmucl-extra/Makefile
Pav Lucistnik 55bf67b4af - Update to 19b
PR:		ports/90945
Submitted by:	Scott Flatman <sf@slappy.org> (maintainer)
2005-12-27 04:54:27 +00:00

39 lines
983 B
Makefile

# New ports collection makefile for: cmucl-extra
# Date created: 13 June 2002
# Whom: Scott Flatman <sf@dsinw.com>
#
# $FreeBSD$
PORTNAME= cmucl-extra
PORTVERSION= 19b
CATEGORIES= lang lisp
MASTER_SITES= ftp://ftp.common-lisp.net/pub/project/cmucl/release/19b/ \
http://www.pmsf.de/pub/cmucl/release/19b/ \
ftp://ftp.averillpark.net/cmucl/release/19b/ \
ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/19b/ \
ftp://ftp.tepus.com/pub/project/cmucl/release/19b/
DISTNAME= cmucl-19b-x86-FreeBSD.extra
MAINTAINER= sf@slappy.org
COMMENT= Optional extras for the CMU implementation of Common Lisp
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
ONLY_FOR_ARCHS= i386
USE_BZIP2= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
do-install:
-${MKDIR} ${PREFIX}/lib/cmucl
cd ${WRKDIR} && ${FIND} lib | \
${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}
.include <bsd.port.post.mk>