diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-07-02 18:52:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-07-02 18:52:30 +0000 |
commit | 2aaf36e469852ac159ec54d2e6efde160364f603 (patch) | |
tree | 8111ef3cd2d124e7f96a6b4cb56e7cabbbf40996 /devel/libltdl | |
parent | Fix installation of info files (diff) |
Missed in last commit. Move libltdl's pkg-* to a saner place.
Notes
Notes:
svn path=/head/; revision=84065
Diffstat (limited to 'devel/libltdl')
-rw-r--r-- | devel/libltdl/Makefile | 4 | ||||
-rw-r--r-- | devel/libltdl/pkg-descr | 9 | ||||
-rw-r--r-- | devel/libltdl/pkg-plist | 6 |
3 files changed, 17 insertions, 2 deletions
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 |