2001-07-09 13:10:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2001/07/09 11:10:32 skrll Exp $
|
2001-02-03 06:33:25 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../libtool/Makefile.common"
|
|
|
|
|
2001-02-27 09:20:23 +01:00
|
|
|
PKGNAME= ${PKGPFX:C/-/-info-/}${PKGREV}
|
2001-02-03 06:33:25 +01:00
|
|
|
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= Generic shared library support script - info pages
|
|
|
|
|
2001-02-19 18:20:14 +01:00
|
|
|
CONFLICTS+= libtool<1.3.5nb11
|
|
|
|
|
2001-02-03 06:33:25 +01:00
|
|
|
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"
|