freebsd-ports/devel/gnu-libtool/pkg-descr
Joe Marcus Clarke eb645d01cb Add gnu-libtool, (repo-copied from devel/libtool15) an unhacked version of
libtool-1.5.10 aimed at developers that need to create cross-platform software
distributions.  This port installs into ${LOCALBASE}/gnu-autotools, so
developers that need to make use of this version of libtool can adjust their
paths accordingly.

Discussed with:	ade
2004-10-17 06:39:52 +00:00

13 lines
558 B
Text

This is GNU Libtool, a generic library support script. Libtool hides
the complexity of using shared libraries behind a consistent, portable
interface.
To use libtool, add the new generic library building commands to your
Makefile, Makefile.in, or Makefile.am.
This port is specifically designed for developers that want to create
cross-platform software distributions on FreeBSD. This version of libtool
should _NEVER_ be used with the FreeBSD ports system as a replacement for the
versioned copies of libtool.
WWW: http://www.gnu.org/software/libtool/