pkgsrc/devel/libltdl/Makefile
joerg 416f555206 Update to libtool-2.2.6b. This switches libtool to the new main branch.
Changes are many, important for pkgsrc:
- much higher speed (up to 30% faster for the overall build of libX11)
- less magic for detection of the tag

The pkgsrc integration of f2c has been changed to be more sane.
libtool itself now depends on the f2c frontend to use proper
auto-configuration and only fakes up the library. This part is
encapsulated in mk/compiler/f2c.mk.
2009-12-15 17:35:36 +00:00

20 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/12/15 17:35:36 joerg Exp $
#
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/tool-/ltdl-/}
SVR4_PKGNAME= lltdl
COMMENT= Generic shared library support (libltdl abstraction library)
CONFLICTS+= libtool<=1.3.5nb11 libtool-base<=1.5.10nb4
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--enable-ltdl-install
CONFIGURE_DIRS= libltdl
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"