mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- Add NO_ARCH
- Switch to USES=tar - Switch to options helpers
This commit is contained in:
parent
b6dba4548c
commit
15f9854981
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427606
1 changed files with 8 additions and 10 deletions
|
@ -7,38 +7,37 @@ PORTREVISION= 2
|
|||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= W3C's XHTML Basic DTD
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr \
|
||||
${LOCALBASE}/share/xml/dtd/xhtml-modularization/catalog.xml:textproc/xhtml-modularization
|
||||
|
||||
RECDATE= 20001219
|
||||
|
||||
NO_MTREE= YES
|
||||
NO_BUILD= YES
|
||||
USES= tar:tgz
|
||||
NO_MTREE= yes
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
WRKSRC= ${WRKDIR}/REC-${PORTNAME}-${RECDATE}
|
||||
|
||||
PORTDATA= xhtml-basic10-model-1.mod \
|
||||
xhtml-basic10.cat \
|
||||
xhtml-basic10.dtd \
|
||||
xml1.dcl
|
||||
|
||||
PLIST_FILES+= "@xmlcatmgr %%DATADIR%%/catalog.xml"
|
||||
|
||||
PORTDOCS= Overview.html \
|
||||
W3C-REC.css \
|
||||
logo-REC.png \
|
||||
w3c_home.png \
|
||||
xhtml-basic.css
|
||||
PLIST_FILES= "@xmlcatmgr %%DATADIR%%/catalog.xml"
|
||||
|
||||
SUB_FILES= catalog.xml
|
||||
DATADIR= ${PREFIX}/share/xml/dtd/xhtml-basic
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDATA} \
|
||||
|
@ -46,10 +45,9 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKDIR}/catalog.xml \
|
||||
${STAGEDIR}${DATADIR}/catalog.xml
|
||||
|
||||
post-install-DOCS-on:
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue