18 lines
346 B
Makefile
18 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/11/01 08:59:03 joerg Exp $
|
|
#
|
|
|
|
.include "../../devel/libtool/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-info-/}
|
|
SVR4_PKGNAME= ltooi
|
|
|
|
COMMENT= Generic shared library support script - info pages
|
|
|
|
CONFLICTS+= libtool<1.3.5nb11
|
|
|
|
USE_TOOLS+= makeinfo
|
|
INFO_FILES= # PLIST
|
|
|
|
BUILD_DIRS= doc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|