416f555206
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.
17 lines
483 B
Makefile
17 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.45 2009/12/15 17:35:36 joerg Exp $
|
|
|
|
META_PACKAGE= # empty
|
|
|
|
.include "Makefile.common"
|
|
|
|
SVR4_PKGNAME= ltool
|
|
|
|
DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]*}:../../devel/libtool-base
|
|
DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]*}:../../devel/libtool-info
|
|
|
|
# There is no libltdl dependency here; this is deliberate, so that libltdl
|
|
# can be updated independently of the rest of libtool.
|
|
|
|
COMMENT= Generic shared library support script
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|