mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
21 lines
447 B
Makefile
21 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"
|