diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-08 20:45:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-08 20:45:00 +0000 |
commit | 01d65e04c3cefe08e6f55705af67359809ffc8af (patch) | |
tree | d0f8f7e40156a87cbb1243154af42f209de97c72 /devel/libltdl | |
parent | e794a01dde59bdbf235d6556507c60704dc286c5 (diff) | |
download | ports-01d65e04c3cefe08e6f55705af67359809ffc8af.tar.gz ports-01d65e04c3cefe08e6f55705af67359809ffc8af.zip |
Notes
Diffstat (limited to 'devel/libltdl')
-rw-r--r-- | devel/libltdl/Makefile | 22 | ||||
-rw-r--r-- | devel/libltdl/pkg-descr | 9 | ||||
-rw-r--r-- | devel/libltdl/pkg-plist | 6 |
3 files changed, 0 insertions, 37 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile deleted file mode 100644 index ef6458e0021c..000000000000 --- a/devel/libltdl/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: libltdl -# Date created: 23 January 2002 -# Whom: Jeremy Norris <ishmael27x@yahoo.com> -# -# $FreeBSD$ -# - -PORTNAME= libltdl -PORTREVISION= 0 -MASTERDIR= ${.CURDIR}/../libtool15 - -COMMENT= System independent dlopen wrapper - -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-ltdl-install -BUILD_WRKSRC= ${WRKSRC}/libltdl -INSTALL_WRKSRC= ${WRKSRC}/libltdl -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist -LATEST_LINK= libltdl - -.include "${MASTERDIR}/Makefile" diff --git a/devel/libltdl/pkg-descr b/devel/libltdl/pkg-descr deleted file mode 100644 index e57b99f21a5c..000000000000 --- a/devel/libltdl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 576ece3f4b07..000000000000 --- a/devel/libltdl/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@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 |