freebsd-ports/lang/cmucl-extra/Makefile

32 lines
989 B
Makefile
Raw Normal View History

# Created by: Scott Flatman <sf@dsinw.com>
# $FreeBSD$
PORTNAME= cmucl-extra
PORTVERSION= 19c
2015-05-28 01:22:23 +02:00
PORTREVISION= 1
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= ports@FreeBSD.org
2003-02-21 13:35:09 +01:00
COMMENT= Optional extras for the CMU implementation of Common Lisp
BUILD_DEPENDS= lisp:lang/cmucl
RUN_DEPENDS= lisp:lang/cmucl
USES= tar:bzip2
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
(cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${PREFIX})
2015-05-28 01:22:23 +02:00
${CHMOD} u+w ${STAGEDIR}${PREFIX}/lib/cmucl/lib/motifd
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cmucl/lib/motifd
${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/cmucl/lib/motifd
.include <bsd.port.mk>