f6b0d765bb
some highlighted changes: * Fixes minor /tmp race condition bug. * Integrated Interix support; no longer requires pkgsrc hackery. * shlibtool is a wrapper using the (now working) "--tag=disable-static". * Several other bugs fixed, removing some pkgsrc-local changes.
19 lines
452 B
Makefile
19 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/01/30 22:19:57 tv 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-libltdl-install
|
|
BUILD_DIRS= ${WRKSRC}/libltdl
|
|
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|