diff options
Diffstat (limited to 'devel/libtool-info/Makefile')
-rw-r--r-- | devel/libtool-info/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile new file mode 100644 index 00000000000..f61d717d511 --- /dev/null +++ b/devel/libtool-info/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/03 05:33:25 hubertf Exp $ +# + +.include "../libtool/Makefile.common" + +PKGNAME= ${DISTNAME:C/-/-info-/}${PKGREV} + +USE_GTEXINFO= yes + +# It seems the info-files distributed with libtool 1.3.5 are broken. +# To test, type "info libtool|" and hold down space. See it stop with a +# ``Cannot find the node "(/usr/pkg/info/libtool.info)Linking executables"'' +# error. Simply making sure the info-files get re-done works here. +post-extract: + ${RM} -f ${WRKSRC}/doc/libtool.info* + +do-build: + cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} + +do-install: + cd ${WRKSRC}/doc ; ${MAKE_PROGRAM} install + + +.include "../../mk/bsd.pkg.mk" |