diff options
Diffstat (limited to 'devel/libltdl22')
-rw-r--r-- | devel/libltdl22/Makefile | 27 | ||||
-rw-r--r-- | devel/libltdl22/pkg-descr | 9 | ||||
-rw-r--r-- | devel/libltdl22/pkg-plist | 9 |
3 files changed, 45 insertions, 0 deletions
diff --git a/devel/libltdl22/Makefile b/devel/libltdl22/Makefile new file mode 100644 index 000000000000..06e5f7c48884 --- /dev/null +++ b/devel/libltdl22/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: libltdl +# Date created: 23 January 2002 +# Whom: Jeremy Norris <ishmael27x@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= libltdl +MASTERDIR= ${.CURDIR}/../../devel/libtool22 + +COMMENT= System independent dlopen wrapper + +USE_GNOME= ltverhack +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:22 +LIBTOOLFILES= libltdl/configure +CONFIGURE_ARGS= --enable-ltdl-install + +CONFIGURE_WRKSRC=${WRKSRC}/libltdl +BUILD_WRKSRC= ${CONFIGURE_WRKSRC} +INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist +LATEST_LINK= libltdl22 +INFO= # empty + +.include "${MASTERDIR}/Makefile" diff --git a/devel/libltdl22/pkg-descr b/devel/libltdl22/pkg-descr new file mode 100644 index 000000000000..e57b99f21a5c --- /dev/null +++ b/devel/libltdl22/pkg-descr @@ -0,0 +1,9 @@ +This is GNU libltdl, a system independent dlopen wrapper for GNU libtool. + +It supports the following dlopen interfaces: +* dlopen (Solaris, Linux and various BSD flavors) +* shl_load (HP-UX) +* LoadLibrary (Win16 and Win32) +* load_add_on (BeOS) +* GNU DLD (emulates dynamic linking for static libraries) +* libtool's dlpreopen diff --git a/devel/libltdl22/pkg-plist b/devel/libltdl22/pkg-plist new file mode 100644 index 000000000000..bd6781079532 --- /dev/null +++ b/devel/libltdl22/pkg-plist @@ -0,0 +1,9 @@ +include/libltdl/lt_dlloader.h +include/libltdl/lt_error.h +include/libltdl/lt_system.h +include/ltdl.h +lib/libltdl.a +lib/libltdl.la +lib/libltdl.so +lib/libltdl.so.7 +@dirrm include/libltdl |