From 2aaf36e469852ac159ec54d2e6efde160364f603 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Wed, 2 Jul 2003 18:52:30 +0000 Subject: Missed in last commit. Move libltdl's pkg-* to a saner place. --- devel/libltdl/Makefile | 4 ++-- devel/libltdl/pkg-descr | 9 +++++++++ devel/libltdl/pkg-plist | 6 ++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 devel/libltdl/pkg-descr create mode 100644 devel/libltdl/pkg-plist (limited to 'devel/libltdl') diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile index ca893f7d354b..406ac69f9bc1 100644 --- a/devel/libltdl/Makefile +++ b/devel/libltdl/Makefile @@ -15,7 +15,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-ltdl-install BUILD_WRKSRC= ${WRKSRC}/libltdl INSTALL_WRKSRC= ${WRKSRC}/libltdl -DESCR= ${PKGDIR}/pkg-descr.libltdl -PLIST= ${PKGDIR}/pkg-plist.libltdl +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" diff --git a/devel/libltdl/pkg-descr b/devel/libltdl/pkg-descr new file mode 100644 index 000000000000..e57b99f21a5c --- /dev/null +++ b/devel/libltdl/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/libltdl/pkg-plist b/devel/libltdl/pkg-plist new file mode 100644 index 000000000000..576ece3f4b07 --- /dev/null +++ b/devel/libltdl/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD: /tmp/pcvs/ports/devel/libltdl/pkg-plist,v 1.1 2003-07-02 18:52:29 ade Exp $ +include/ltdl.h +lib/libltdl.a +lib/libltdl.la +lib/libltdl.so +lib/libltdl.so.4 -- cgit v1.2.3