# New ports collection makefile for: wxgtk_doc # Date created: 1 Apr 23:51:14 2003 CEST # Whom: Michal Pasternak # # $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
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* As pointed out by tijl@, this port doesn't need libtool at allgarga2014-05-171-3/+2
* Move to USES=libtoolgarga2014-05-161-2/+1
* . Update to 1.25.28garga2014-04-152-4/+7
* Simplify Makefilegarga2013-11-011-14/+5
* - Update to 1.25.26garga2013-10-232-5/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Change my ports to USES (gmake|perl5)garga2013-09-021-2/+1
* - Update to 7.31.0sunpoet2013-07-121-0/+1
* Update to 1.25.23garga2013-04-244-33/+34
* Update to 1.16.44garga2012-12-202-3/+3
* Update to 1.16.43garga2012-11-202-5/+5
* Change headers of all ports maintained by me to new formatgarga2012-10-051-6/+1
* Update to 1.16.42garga2012-09-032-3/+3
* - Move to OPTIONSnggarga2012-06-301-12/+13
* Update to 1.16.40garga2012-04-082-3/+3
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)sunpoet2012-03-08