2a23973002
independently of the libtool script.
20 lines
495 B
Makefile
20 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/10/14 19:03:45 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
|
|
CONFIGURE_DIRS= ${WRKSRC}/libltdl
|
|
BUILD_DIRS= ${WRKSRC}/libltdl
|
|
|
|
.include "../../devel/dlcompat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|