Add wxgtk-docs 2.4.0, wxWindows documentation in HTML.
PR: ports/50542 Submitted by: Michal Pasternak <dotz@irc.pl>
This commit is contained in:
parent
0636be66df
commit
20639ebd2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78758
@ -177,6 +177,7 @@
|
||||
SUBDIR += wmapp
|
||||
SUBDIR += wxgtk
|
||||
SUBDIR += wxgtk-devel
|
||||
SUBDIR += wxgtk-docs
|
||||
SUBDIR += xbae
|
||||
SUBDIR += xclasses
|
||||
SUBDIR += xenophilia
|
||||
|
34
x11-toolkits/wxgtk-docs/Makefile
Normal file
34
x11-toolkits/wxgtk-docs/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: wxgtk_doc
|
||||
# Date created: 1 Apr 23:51:14 2003 CEST
|
||||
# Whom: Michal Pasternak <dotz@irc.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wxgtk_doc
|
||||
PORTVERSION= 2.4.0
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
DISTNAME= wxWindows-${PORTVERSION}-HTML
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
COMMENT= wxWindows documentation in HTML
|
||||
|
||||
NO_BUILD= YES
|
||||
USE_ZIP= YES
|
||||
|
||||
WXGTKDOCDIR= ${PREFIX}/share/doc/${PORTNAME}/html/
|
||||
WRKSRC= ${WRKDIR}/wxWindows-${PORTVERSION}/docs/html/
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${WXGTKDOCDIR}
|
||||
@${CP} -R ${WRKSRC}/* ${WXGTKDOCDIR}
|
||||
|
||||
post-install:
|
||||
@(cd ${WRKSRC} && ${FIND} * -type f | ${XARGS} printf "share/doc/${PORTNAME}/html/%s\n" >> ${TMPPLIST})
|
||||
@(cd ${WRKSRC} && ${FIND} * -type d | ${XARGS} printf "@dirrm share/doc/${PORTNAME}/html/%s\n" >> ${TMPPLIST})
|
||||
@${ECHO} @dirrm share/doc/${PORTNAME}/html >> ${TMPPLIST}
|
||||
@${ECHO} @dirrm share/doc/${PORTNAME} >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/wxgtk-docs/distinfo
Normal file
1
x11-toolkits/wxgtk-docs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wxWindows-2.4.0-HTML.zip) = 5eb22380d408f770af565639cbf8b34f
|
3
x11-toolkits/wxgtk-docs/pkg-descr
Normal file
3
x11-toolkits/wxgtk-docs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
wxGTK documentation
|
||||
|
||||
WWW: http://www.wxwindows.org/
|
1
x11-toolkits/wxgtk-docs/pkg-plist
Normal file
1
x11-toolkits/wxgtk-docs/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
34
x11-toolkits/wxgtk24-docs/Makefile
Normal file
34
x11-toolkits/wxgtk24-docs/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: wxgtk_doc
|
||||
# Date created: 1 Apr 23:51:14 2003 CEST
|
||||
# Whom: Michal Pasternak <dotz@irc.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wxgtk_doc
|
||||
PORTVERSION= 2.4.0
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= wxwindows
|
||||
DISTNAME= wxWindows-${PORTVERSION}-HTML
|
||||
|
||||
MAINTAINER= dotz@irc.pl
|
||||
COMMENT= wxWindows documentation in HTML
|
||||
|
||||
NO_BUILD= YES
|
||||
USE_ZIP= YES
|
||||
|
||||
WXGTKDOCDIR= ${PREFIX}/share/doc/${PORTNAME}/html/
|
||||
WRKSRC= ${WRKDIR}/wxWindows-${PORTVERSION}/docs/html/
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${WXGTKDOCDIR}
|
||||
@${CP} -R ${WRKSRC}/* ${WXGTKDOCDIR}
|
||||
|
||||
post-install:
|
||||
@(cd ${WRKSRC} && ${FIND} * -type f | ${XARGS} printf "share/doc/${PORTNAME}/html/%s\n" >> ${TMPPLIST})
|
||||
@(cd ${WRKSRC} && ${FIND} * -type d | ${XARGS} printf "@dirrm share/doc/${PORTNAME}/html/%s\n" >> ${TMPPLIST})
|
||||
@${ECHO} @dirrm share/doc/${PORTNAME}/html >> ${TMPPLIST}
|
||||
@${ECHO} @dirrm share/doc/${PORTNAME} >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/wxgtk24-docs/distinfo
Normal file
1
x11-toolkits/wxgtk24-docs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wxWindows-2.4.0-HTML.zip) = 5eb22380d408f770af565639cbf8b34f
|
3
x11-toolkits/wxgtk24-docs/pkg-descr
Normal file
3
x11-toolkits/wxgtk24-docs/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
wxGTK documentation
|
||||
|
||||
WWW: http://www.wxwindows.org/
|
1
x11-toolkits/wxgtk24-docs/pkg-plist
Normal file
1
x11-toolkits/wxgtk24-docs/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
Loading…
Reference in New Issue
Block a user