mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Move headers into a subdirectory (${PREFIX}/include/www)
and add config.h so that other programs will compile.
This commit is contained in:
parent
0155d87e8d
commit
918fceed9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10311
@ -3,7 +3,7 @@
|
||||
# Date created: 18 Feb 1996
|
||||
# Whom: torstenb
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1998/02/22 21:44:49 jseger Exp $
|
||||
# $Id: Makefile,v 1.7 1998/03/15 17:34:41 jseger Exp $
|
||||
#
|
||||
|
||||
DISTNAME= w3c-libwww-5.1j
|
||||
@ -18,7 +18,9 @@ USE_GMAKE= yes
|
||||
DOCDIR= ${PREFIX}/share/doc/libwww
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Library/src/*.h ${PREFIX}/include
|
||||
@${MKDIR} ${PREFIX}/include/www
|
||||
${INSTALL_DATA} ${WRKSRC}/Library/src/*.h ${PREFIX}/include/www
|
||||
${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/www
|
||||
@${LDCONFIG} -m ${PREFIX}/lib
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCDIR}/User
|
||||
|
@ -1,143 +1,144 @@
|
||||
include/HTAABrow.h
|
||||
include/HTAAUtil.h
|
||||
include/HTANSI.h
|
||||
include/HTAccess.h
|
||||
include/HTAlert.h
|
||||
include/HTAncMan.h
|
||||
include/HTAnchor.h
|
||||
include/HTArray.h
|
||||
include/HTAssoc.h
|
||||
include/HTAtom.h
|
||||
include/HTBInit.h
|
||||
include/HTBTree.h
|
||||
include/HTBind.h
|
||||
include/HTBound.h
|
||||
include/HTBufWrt.h
|
||||
include/HTCache.h
|
||||
include/HTChannl.h
|
||||
include/HTChunk.h
|
||||
include/HTConLen.h
|
||||
include/HTDNS.h
|
||||
include/HTDemux.h
|
||||
include/HTDescpt.h
|
||||
include/HTDialog.h
|
||||
include/HTDir.h
|
||||
include/HTEPtoCl.h
|
||||
include/HTError.h
|
||||
include/HTEscape.h
|
||||
include/HTEvent.h
|
||||
include/HTEvtLst.h
|
||||
include/HTFTP.h
|
||||
include/HTFTPDir.h
|
||||
include/HTFWrite.h
|
||||
include/HTFile.h
|
||||
include/HTFilter.h
|
||||
include/HTFormat.h
|
||||
include/HTGopher.h
|
||||
include/HTGuess.h
|
||||
include/HTHInit.h
|
||||
include/HTHeader.h
|
||||
include/HTHist.h
|
||||
include/HTHome.h
|
||||
include/HTHost.h
|
||||
include/HTHstMan.h
|
||||
include/HTIOStream.h
|
||||
include/HTIcons.h
|
||||
include/HTInet.h
|
||||
include/HTInit.h
|
||||
include/HTLib.h
|
||||
include/HTLink.h
|
||||
include/HTList.h
|
||||
include/HTLocal.h
|
||||
include/HTLog.h
|
||||
include/HTMIME.h
|
||||
include/HTMIMERq.h
|
||||
include/HTMIMImp.h
|
||||
include/HTMIMPrs.h
|
||||
include/HTML.h
|
||||
include/HTMLGen.h
|
||||
include/HTMLPDTD.h
|
||||
include/HTMemLog.h
|
||||
include/HTMemory.h
|
||||
include/HTMerge.h
|
||||
include/HTMethod.h
|
||||
include/HTMulpar.h
|
||||
include/HTMulti.h
|
||||
include/HTMux.h
|
||||
include/HTMuxCh.h
|
||||
include/HTMuxHeader.h
|
||||
include/HTMuxTx.h
|
||||
include/HTNDir.h
|
||||
include/HTNet.h
|
||||
include/HTNetMan.h
|
||||
include/HTNetTxt.h
|
||||
include/HTNews.h
|
||||
include/HTNewsLs.h
|
||||
include/HTNewsRq.h
|
||||
include/HTPEP.h
|
||||
include/HTParse.h
|
||||
include/HTPlain.h
|
||||
include/HTProfil.h
|
||||
include/HTProt.h
|
||||
include/HTProxy.h
|
||||
include/HTReader.h
|
||||
include/HTReq.h
|
||||
include/HTReqMan.h
|
||||
include/HTResMan.h
|
||||
include/HTResponse.h
|
||||
include/HTRules.h
|
||||
include/HTSChunk.h
|
||||
include/HTSocket.h
|
||||
include/HTStream.h
|
||||
include/HTString.h
|
||||
include/HTStruct.h
|
||||
include/HTStyle.h
|
||||
include/HTTCP.h
|
||||
include/HTTChunk.h
|
||||
include/HTTP.h
|
||||
include/HTTPGen.h
|
||||
include/HTTPReq.h
|
||||
include/HTTPRes.h
|
||||
include/HTTPServ.h
|
||||
include/HTTPUtil.h
|
||||
include/HTTeXGen.h
|
||||
include/HTTee.h
|
||||
include/HTTelnet.h
|
||||
include/HTTimer.h
|
||||
include/HTTrans.h
|
||||
include/HTUTree.h
|
||||
include/HTUU.h
|
||||
include/HTUser.h
|
||||
include/HTUtils.h
|
||||
include/HTWAIS.h
|
||||
include/HTWSRC.h
|
||||
include/HTWWWStr.h
|
||||
include/HTWriter.h
|
||||
include/HTXParse.h
|
||||
include/HTZip.h
|
||||
include/HText.h
|
||||
include/SGML.h
|
||||
include/WWWApp.h
|
||||
include/WWWCache.h
|
||||
include/WWWCore.h
|
||||
include/WWWDir.h
|
||||
include/WWWFTP.h
|
||||
include/WWWFile.h
|
||||
include/WWWGophe.h
|
||||
include/WWWHTML.h
|
||||
include/WWWHTTP.h
|
||||
include/WWWInit.h
|
||||
include/WWWLib.h
|
||||
include/WWWMIME.h
|
||||
include/WWWMux.h
|
||||
include/WWWNews.h
|
||||
include/WWWStream.h
|
||||
include/WWWTelnt.h
|
||||
include/WWWTrans.h
|
||||
include/WWWUtil.h
|
||||
include/WWWWAIS.h
|
||||
include/WWWZip.h
|
||||
include/sysdep.h
|
||||
include/www/HTAABrow.h
|
||||
include/www/HTAAUtil.h
|
||||
include/www/HTANSI.h
|
||||
include/www/HTAccess.h
|
||||
include/www/HTAlert.h
|
||||
include/www/HTAncMan.h
|
||||
include/www/HTAnchor.h
|
||||
include/www/HTArray.h
|
||||
include/www/HTAssoc.h
|
||||
include/www/HTAtom.h
|
||||
include/www/HTBInit.h
|
||||
include/www/HTBTree.h
|
||||
include/www/HTBind.h
|
||||
include/www/HTBound.h
|
||||
include/www/HTBufWrt.h
|
||||
include/www/HTCache.h
|
||||
include/www/HTChannl.h
|
||||
include/www/HTChunk.h
|
||||
include/www/HTConLen.h
|
||||
include/www/HTDNS.h
|
||||
include/www/HTDemux.h
|
||||
include/www/HTDescpt.h
|
||||
include/www/HTDialog.h
|
||||
include/www/HTDir.h
|
||||
include/www/HTEPtoCl.h
|
||||
include/www/HTError.h
|
||||
include/www/HTEscape.h
|
||||
include/www/HTEvent.h
|
||||
include/www/HTEvtLst.h
|
||||
include/www/HTFTP.h
|
||||
include/www/HTFTPDir.h
|
||||
include/www/HTFWrite.h
|
||||
include/www/HTFile.h
|
||||
include/www/HTFilter.h
|
||||
include/www/HTFormat.h
|
||||
include/www/HTGopher.h
|
||||
include/www/HTGuess.h
|
||||
include/www/HTHInit.h
|
||||
include/www/HTHeader.h
|
||||
include/www/HTHist.h
|
||||
include/www/HTHome.h
|
||||
include/www/HTHost.h
|
||||
include/www/HTHstMan.h
|
||||
include/www/HTIOStream.h
|
||||
include/www/HTIcons.h
|
||||
include/www/HTInet.h
|
||||
include/www/HTInit.h
|
||||
include/www/HTLib.h
|
||||
include/www/HTLink.h
|
||||
include/www/HTList.h
|
||||
include/www/HTLocal.h
|
||||
include/www/HTLog.h
|
||||
include/www/HTMIME.h
|
||||
include/www/HTMIMERq.h
|
||||
include/www/HTMIMImp.h
|
||||
include/www/HTMIMPrs.h
|
||||
include/www/HTML.h
|
||||
include/www/HTMLGen.h
|
||||
include/www/HTMLPDTD.h
|
||||
include/www/HTMemLog.h
|
||||
include/www/HTMemory.h
|
||||
include/www/HTMerge.h
|
||||
include/www/HTMethod.h
|
||||
include/www/HTMulpar.h
|
||||
include/www/HTMulti.h
|
||||
include/www/HTMux.h
|
||||
include/www/HTMuxCh.h
|
||||
include/www/HTMuxHeader.h
|
||||
include/www/HTMuxTx.h
|
||||
include/www/HTNDir.h
|
||||
include/www/HTNet.h
|
||||
include/www/HTNetMan.h
|
||||
include/www/HTNetTxt.h
|
||||
include/www/HTNews.h
|
||||
include/www/HTNewsLs.h
|
||||
include/www/HTNewsRq.h
|
||||
include/www/HTPEP.h
|
||||
include/www/HTParse.h
|
||||
include/www/HTPlain.h
|
||||
include/www/HTProfil.h
|
||||
include/www/HTProt.h
|
||||
include/www/HTProxy.h
|
||||
include/www/HTReader.h
|
||||
include/www/HTReq.h
|
||||
include/www/HTReqMan.h
|
||||
include/www/HTResMan.h
|
||||
include/www/HTResponse.h
|
||||
include/www/HTRules.h
|
||||
include/www/HTSChunk.h
|
||||
include/www/HTSocket.h
|
||||
include/www/HTStream.h
|
||||
include/www/HTString.h
|
||||
include/www/HTStruct.h
|
||||
include/www/HTStyle.h
|
||||
include/www/HTTCP.h
|
||||
include/www/HTTChunk.h
|
||||
include/www/HTTP.h
|
||||
include/www/HTTPGen.h
|
||||
include/www/HTTPReq.h
|
||||
include/www/HTTPRes.h
|
||||
include/www/HTTPServ.h
|
||||
include/www/HTTPUtil.h
|
||||
include/www/HTTeXGen.h
|
||||
include/www/HTTee.h
|
||||
include/www/HTTelnet.h
|
||||
include/www/HTTimer.h
|
||||
include/www/HTTrans.h
|
||||
include/www/HTUTree.h
|
||||
include/www/HTUU.h
|
||||
include/www/HTUser.h
|
||||
include/www/HTUtils.h
|
||||
include/www/HTWAIS.h
|
||||
include/www/HTWSRC.h
|
||||
include/www/HTWWWStr.h
|
||||
include/www/HTWriter.h
|
||||
include/www/HTXParse.h
|
||||
include/www/HTZip.h
|
||||
include/www/HText.h
|
||||
include/www/SGML.h
|
||||
include/www/WWWApp.h
|
||||
include/www/WWWCache.h
|
||||
include/www/WWWCore.h
|
||||
include/www/WWWDir.h
|
||||
include/www/WWWFTP.h
|
||||
include/www/WWWFile.h
|
||||
include/www/WWWGophe.h
|
||||
include/www/WWWHTML.h
|
||||
include/www/WWWHTTP.h
|
||||
include/www/WWWInit.h
|
||||
include/www/WWWLib.h
|
||||
include/www/WWWMIME.h
|
||||
include/www/WWWMux.h
|
||||
include/www/WWWNews.h
|
||||
include/www/WWWStream.h
|
||||
include/www/WWWTelnt.h
|
||||
include/www/WWWTrans.h
|
||||
include/www/WWWUtil.h
|
||||
include/www/WWWWAIS.h
|
||||
include/www/WWWZip.h
|
||||
include/www/config.h
|
||||
include/www/sysdep.h
|
||||
lib/libwww.a
|
||||
lib/libwww.so.5.2
|
||||
@exec ldconfig -m %B
|
||||
@ -462,3 +463,4 @@ share/doc/libwww/src/sysdep.html
|
||||
@dirrm share/doc/libwww/User/Architecture
|
||||
@dirrm share/doc/libwww/User
|
||||
@dirrm share/doc/libwww
|
||||
@dirrm include/www
|
||||
|
Loading…
Reference in New Issue
Block a user