SWIG comes with plenty of documentation, which is not installed by default.

Now it is installed.
This commit is contained in:
rillig 2006-01-24 22:20:27 +00:00
parent 528d926001
commit e5b611525f
2 changed files with 2139 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.14 2006/01/12 17:35:15 wiz Exp $
# $NetBSD: Makefile,v 1.15 2006/01/24 22:20:27 rillig Exp $
DISTNAME= swig-1.3.24
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
@ -19,4 +20,19 @@ GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
INSTALLATION_DIRS+= share/doc/swig share/examples/swig
CHECK_INTERPRETER_SKIP+= share/examples/swig/guile/matrix/matrix.scm
post-install:
cd ${WRKSRC:Q}/Doc/Manual && \
ktrace ${INSTALL_DATA} SWIGDocumentation.html SWIGDocumentation.pdf \
*.png ${PREFIX:Q}/share/doc/swig
cd ${WRKSRC:Q}/Examples && \
${PAX} -wr \
-s ',.*CVS.*,,' \
-s ',.*Makefile\.in$$,,' \
-s ',^test-suite.*,,' \
. ${PREFIX:Q}/share/examples/swig
.include "../../mk/bsd.pkg.mk"

File diff suppressed because it is too large Load diff