aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk24-docs/Makefile')
-rw-r--r--x11-toolkits/wxgtk24-docs/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-toolkits/wxgtk24-docs/Makefile b/x11-toolkits/wxgtk24-docs/Makefile
deleted file mode 100644
index 122b4b270a2d..000000000000
--- a/x11-toolkits/wxgtk24-docs/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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>