head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2013.01.16.16.54.06;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.10.23.14.26.48;	author ale;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310504
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alex Dupre <ale@@FreeBSD.org>
# $FreeBSD: head/lang/scala-docs/Makefile 310504 2013-01-16 16:31:55Z ale $

PORTNAME=	scala-docs
PORTVERSION=	2.10.0
CATEGORIES=	lang java
MASTER_SITES=	http://www.scala-lang.org/downloads/distrib/files/
EXTRACT_SUFX=	.txz

MAINTAINER=	ale@@FreeBSD.org
COMMENT=	The documentation for the Scala standard library

USE_XZ=		yes
NO_BUILD=	yes

PORTDOCS=	*

.include <bsd.port.options.mk>

.if ! ${PORT_OPTIONS:MDOCS}
IGNORE=		port only installs documentation
.endif

do-install:
	@@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
	@@${MKDIR} ${DOCSDIR}
	@@(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${DOCSDIR}/)
	@@${ECHO} " [ DONE ]"

.include <bsd.port.mk>
@


1.2
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/lang/scala-docs/Makefile 306314 2012-10-23 14:26:48Z ale $
d5 1
a5 1
PORTVERSION=	2.9.2
@


1.1
log
@SVN rev 306314 on 2012-10-23 14:26:48Z by ale

The documentation for the Scala standard library.

WWW: http://www.scala-lang.org/

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@

