1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/java/langspec/Makefile
2014-03-11 06:52:47 +00:00

29 lines
573 B
Makefile

# Created by: Alex Dupre <ale@FreeBSD.org>
# $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
WRKSRC= ${WRKDIR}
PORTDOCS= *
.if defined(NOPORTDOCS)
IGNORE= installs *only* documentation, unset NOPORTDOCS
.endif
NO_STAGE= yes
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR}
@${CP} -R ${WRKSRC}/* ${DOCSDIR}
@${ECHO} " [ DONE ]"
.include <bsd.port.mk>