aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk26-docs
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-25 02:49:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-25 02:49:47 +0000
commit6703b242d5877c958ab0d2f63681dfea9c761c39 (patch)
tree5088c72373c37cedad8063ed1f5baf1bdf3aa49a /x11-toolkits/wxgtk26-docs
parentb11a2509208567c6daeadc733e1d7f330cfc7226 (diff)
downloadports-6703b242d5877c958ab0d2f63681dfea9c761c39.tar.gz
ports-6703b242d5877c958ab0d2f63681dfea9c761c39.zip
[new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentation
wxWidgets 2.6.2 HTML documentation, since is only the documentation for wxWidgets 2.4 in the ports tree. PR: ports/89298 Submitted by: Matthias Sund <m.sund@arcor.de>
Notes
Notes: svn path=/head/; revision=149361
Diffstat (limited to 'x11-toolkits/wxgtk26-docs')
-rw-r--r--x11-toolkits/wxgtk26-docs/Makefile40
-rw-r--r--x11-toolkits/wxgtk26-docs/distinfo3
-rw-r--r--x11-toolkits/wxgtk26-docs/pkg-descr3
3 files changed, 46 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26-docs/Makefile b/x11-toolkits/wxgtk26-docs/Makefile
new file mode 100644
index 000000000000..b17b77736c9d
--- /dev/null
+++ b/x11-toolkits/wxgtk26-docs/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: wxgtk_doc_26
+# Date created: November, 15th 2005
+# Whom: Matthias Sund <m.sund@arcor.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wxgtk_doc
+PORTVERSION= 2.6.2
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= wxwindows
+DISTNAME= wxWidgets-${PORTVERSION}-HTML
+
+MAINTAINER= m.sund@arcor.de
+COMMENT= wxWidgets 2.6.2 HTML documentation
+
+NO_BUILD= YES
+
+CONTRIBDOCDIR= ${WRKDIR}/wxWidgets-${PORTVERSION}/contrib/docs
+
+WXGTKDOCDIR= share/doc/${PORTNAME}_26
+WRKSRC= ${WRKDIR}/wxWidgets-${PORTVERSION}/docs
+
+do-install:
+ @${MKDIR} ${PREFIX}/${WXGTKDOCDIR}
+ @(cd ${WRKSRC} && ${FIND} html -type d -exec ${MKDIR} ${PREFIX}/${WXGTKDOCDIR}/{} \;)
+ @(cd ${CONTRIBDOCDIR} && ${FIND} html -type d -exec ${MKDIR} ${PREFIX}/${WXGTKDOCDIR}/{} \;)
+ @(cd ${WRKSRC} && ${FIND} html -type f -exec ${INSTALL_MAN} {} ${PREFIX}/${WXGTKDOCDIR}/{} \;)
+ @(cd ${CONTRIBDOCDIR} && ${FIND} html -type f -exec ${INSTALL_MAN} {} ${PREFIX}/${WXGTKDOCDIR}/{} \;)
+
+post-install:
+ @(cd ${WRKSRC} && ${FIND} html -type f -exec ${ECHO} ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;)
+ @(cd ${CONTRIBDOCDIR} && ${FIND} html -type f -exec ${ECHO} ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;)
+ @(cd ${WRKSRC} && ${FIND} html/* -type d -exec ${ECHO} @dirrm ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;)
+ @(cd ${CONTRIBDOCDIR} && ${FIND} html/* -type d -exec ${ECHO} @dirrm ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;)
+ @${ECHO} @dirrm ${WXGTKDOCDIR}/html >> ${TMPPLIST}
+ @${ECHO} @dirrm ${WXGTKDOCDIR} >> ${TMPPLIST}
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/wxgtk26-docs/distinfo b/x11-toolkits/wxgtk26-docs/distinfo
new file mode 100644
index 000000000000..347b27857007
--- /dev/null
+++ b/x11-toolkits/wxgtk26-docs/distinfo
@@ -0,0 +1,3 @@
+MD5 (wxWidgets-2.6.2-HTML.tar.gz) = 1e2bbd9d858c426ae667b017d8bdd4f6
+SHA256 (wxWidgets-2.6.2-HTML.tar.gz) = eeb47240ccc56a8eb14d09153e1cfaa9ad9c3f71ea67b21ac62790e59c405312
+SIZE (wxWidgets-2.6.2-HTML.tar.gz) = 1440455
diff --git a/x11-toolkits/wxgtk26-docs/pkg-descr b/x11-toolkits/wxgtk26-docs/pkg-descr
new file mode 100644
index 000000000000..cd8bd1160cd7
--- /dev/null
+++ b/x11-toolkits/wxgtk26-docs/pkg-descr
@@ -0,0 +1,3 @@
+wxWidgets 2.6.2 HTML documentation
+
+WWW: http://www.wxwidgets.org/