# Created by: Alex Dupre # $FreeBSD$ PORTNAME= langspec PORTVERSION= 3.0 CATEGORIES= java MASTER_SITES= http://java.sun.com/docs/books/jls/download/ MAINTAINER= ale@FreeBSD.org COMMENT= The Java Language Specification USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes PORTDOCS= * .if defined(NOPORTDOCS) IGNORE= installs *only* documentation, unset NOPORTDOCS .endif do-install: @${ECHO} -n ">> Installing documentation in ${DOCSDIR}..." @${MKDIR} ${STAGEDIR}${DOCSDIR} @${CP} -R ${WRKSRC}/*.html ${WRKSRC}/*.gif ${WRKSRC}/chars \ ${STAGEDIR}${DOCSDIR} @${ECHO} " [ DONE ]" .include