mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
24 lines
509 B
Makefile
24 lines
509 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clisp-hyperspec
|
|
PORTVERSION= 7.0
|
|
CATEGORIES= devel lisp
|
|
MASTER_SITES= ftp://ftp.lispworks.com/pub/software_tools/reference/
|
|
DISTNAME= HyperSpec-7-0
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= A Common Lisp reference in HTML format, from LispWorks Ltd
|
|
|
|
NO_CDROM= Commercial redistribution prohibited
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
NO_BUILD= yes
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${CP} -r ${WRKSRC}/* ${DOCSDIR}
|
|
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|