freebsd-ports/x11-toolkits/wxgtk-docs/Makefile
Max Khon bc8b4265ad Update to 2.4.2.
Approved by:	MAINTAINER
2003-11-04 04:43:34 +00:00

34 lines
973 B
Makefile

# 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.2
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>