openbsd-ports/books/JVMS/Makefile

34 lines
811 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2010/05/01 20:47:05 steven Exp $
COMMENT = Sun's official Java VM Specification, 2nd Ed.
VERSION = 2.0
PKGNAME = JVMS-${VERSION}
DISTNAME = vmspec
DISTFILES = vmspec.2nded.html.tar.gz
CATEGORIES = books
HOMEPAGE = http://java.sun.com/docs/books/jvms/
# http://java.sun.com/docs/books/vmspec/2nd-edition/html/Copyright.doc.html
PERMIT_PACKAGE_CDROM = Copyright
PERMIT_PACKAGE_FTP = Copyright
PERMIT_DISTFILES_CDROM = Copyright
PERMIT_DISTFILES_FTP = Copyright
MASTER_SITES = ${HOMEPAGE}download/
NO_BUILD = Yes
NO_REGRESS = Yes
PKG_ARCH = *
INSTALL_LOC = ${PREFIX}/share/doc/jvm
do-install:
${INSTALL_DATA_DIR} ${INSTALL_LOC}
cp -R ${WRKDIST}/* ${INSTALL_LOC}
${CHOWN} -R ${DOCOWN}:${DOCGRP} ${INSTALL_LOC}
${CHMOD} -R ${DOCMODE} ${INSTALL_LOC}
.include <bsd.port.mk>