7172dff8eb
Set PERMIT_* to "no license" for now. Authors will be contacted so that they are aware of the situation, but we cannot break the copyright law.
39 lines
914 B
Makefile
39 lines
914 B
Makefile
# OpenBSD makefile for: html
|
|
# Version required: 4.0
|
|
# Date created: December 1, 1997
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.15 2001/06/27 20:56:28 pvalchev Exp $
|
|
#
|
|
|
|
COMMENT= "all W3C published SGML DTDs for HTML"
|
|
|
|
DISTNAME= html-4.0b
|
|
CATEGORIES= textproc
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ftp://fallout.campusview.indiana.edu/pub/sgml/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
# License: NONE
|
|
PERMIT_PACKAGE_CDROM= "no license"
|
|
PERMIT_PACKAGE_FTP= "no license"
|
|
PERMIT_DISTFILES_CDROM= "no license"
|
|
PERMIT_DISTFILES_FTP= "no license"
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= Yes
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
INSTDIR= ${PREFIX}/share/sgml/html
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${INSTDIR}
|
|
|
|
do-install:
|
|
@zcat ${FULLDISTDIR}/${DISTFILES} |(cd ${INSTDIR}; pax -r)
|
|
@chmod ${SHAREMODE} `find ${INSTDIR} -type f`
|
|
@/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR}
|
|
|
|
.include <bsd.port.mk>
|