1999-04-30 18:16:02 +00:00
|
|
|
# New ports collection makefile for: JDK tutorial
|
|
|
|
# Version required: 1.1.7
|
|
|
|
# Date created: Tue Mar 23 10:18:20 EET 1999
|
|
|
|
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
|
|
|
#
|
1999-06-28 02:24:57 +00:00
|
|
|
# $Id: Makefile,v 1.4 1999/05/06 00:14:03 taoka Exp $
|
1999-04-30 18:16:02 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= tutorial
|
|
|
|
PKGNAME= jdk-tutorial-1.1.7
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= java
|
1999-04-30 18:16:02 +00:00
|
|
|
MASTER_SITES= ftp://ftp.javasoft.com/docs/
|
|
|
|
|
|
|
|
MAINTAINER= martti.kuparinen@ericsson.com
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
RESTRICTED= "This software is under license and export control."
|
|
|
|
NO_BUILD= yes
|
1999-05-06 00:14:04 +00:00
|
|
|
PKGMESSAGE= ${WRKDIR}/MESSAGE
|
1999-04-30 18:16:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/jdk1.1.7/docs/books/tutorial
|
|
|
|
(cd ${WRKSRC} && ${TAR} -cf - * ) \
|
|
|
|
| (cd ${PREFIX}/jdk1.1.7/docs/books/tutorial && ${TAR} -xf -)
|
1999-05-06 00:14:04 +00:00
|
|
|
@${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE > ${PKGMESSAGE}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-04-30 18:16:02 +00:00
|
|
|
|
1999-05-06 00:14:04 +00:00
|
|
|
.include <bsd.port.post.mk>
|