a16fc84f19
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
27 lines
705 B
Makefile
27 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:49 agc Exp $
|
|
#
|
|
|
|
DISTNAME= html-4.0b
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.w3.org/TR/REC-html40/
|
|
COMMENT= SGML DTDs for the Hypertext Markup Language
|
|
|
|
DEPENDS+= iso8879-1986:../../textproc/iso8879
|
|
|
|
NO_MTREE= yes
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
INSTDIR= ${PREFIX}/share/sgml/html
|
|
ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${INSTDIR}
|
|
${GTAR} -plzx -C ${INSTDIR} -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
${ECHO} "CATALOG \"${ISOCAT}\"" >> ${INSTDIR}/catalog
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|