freebsd-ports/lang/cmucl-extra/Makefile
Alejandro Pulver 41835dc6b7 - Depend on lang/cmucl for running (also avoids @dirrmtry in pkg-plist and
creating the installation directories).
- Remove ONLY_FOR_ARCHS=i386 and dependency on misc/compat5x since they are in
  lang/cmucl.
- Use SHAREOWN/SHAREGRP for (not binaries) installed files.

PR:		ports/112362
Submitted by:	alepulver (myself)
Approved by:	maintainer timeout
2007-05-26 00:59:44 +00:00

32 lines
930 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= 19c
CATEGORIES= lang lisp
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
MAINTAINER= sf@slappy.org
COMMENT= Optional extras for the CMU implementation of Common Lisp
BUILD_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
RUN_DEPENDS= lisp:${PORTSDIR}/lang/cmucl
USE_BZIP2= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
cd ${WRKDIR} && ${FIND} lib | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}
.include <bsd.port.mk>