diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 18:44:31 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-11 18:44:31 +0000 |
commit | 20639ebd2f665b89c35fff25accd961cd562f342 (patch) | |
tree | 848db94e7e34aea5946b97706574dd0d2c0d872a /x11-toolkits/wxgtk24-docs | |
parent | 0636be66df76ac2b69a8c298c54c57eae0f8fa2c (diff) | |
download | ports-20639ebd2f665b89c35fff25accd961cd562f342.tar.gz ports-20639ebd2f665b89c35fff25accd961cd562f342.zip |
Add wxgtk-docs 2.4.0, wxWindows documentation in HTML.
PR: ports/50542
Submitted by: Michal Pasternak <dotz@irc.pl>
Notes
Notes:
svn path=/head/; revision=78758
Diffstat (limited to 'x11-toolkits/wxgtk24-docs')
-rw-r--r-- | x11-toolkits/wxgtk24-docs/Makefile | 34 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24-docs/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24-docs/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/wxgtk24-docs/pkg-plist | 1 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk24-docs/Makefile b/x11-toolkits/wxgtk24-docs/Makefile new file mode 100644 index 000000000000..122b4b270a2d --- /dev/null +++ b/x11-toolkits/wxgtk24-docs/Makefile @@ -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> diff --git a/x11-toolkits/wxgtk24-docs/distinfo b/x11-toolkits/wxgtk24-docs/distinfo new file mode 100644 index 000000000000..3b13d8232e48 --- /dev/null +++ b/x11-toolkits/wxgtk24-docs/distinfo @@ -0,0 +1 @@ +MD5 (wxWindows-2.4.0-HTML.zip) = 5eb22380d408f770af565639cbf8b34f diff --git a/x11-toolkits/wxgtk24-docs/pkg-descr b/x11-toolkits/wxgtk24-docs/pkg-descr new file mode 100644 index 000000000000..9a66e42e3cf6 --- /dev/null +++ b/x11-toolkits/wxgtk24-docs/pkg-descr @@ -0,0 +1,3 @@ +wxGTK documentation + +WWW: http://www.wxwindows.org/ diff --git a/x11-toolkits/wxgtk24-docs/pkg-plist b/x11-toolkits/wxgtk24-docs/pkg-plist new file mode 100644 index 000000000000..435f005646ca --- /dev/null +++ b/x11-toolkits/wxgtk24-docs/pkg-plist @@ -0,0 +1 @@ +@comment automatically generated plist |