# $Id: Portfile 42925 2008-12-02 14:26:45Z jmr@macports.org $

PortSystem 1.0

name             libtool-devel
version          2.3a
categories       devel
maintainers      nomaintainer
description      The GNU Portable Library Tool
long_description \
	GNU libtool is a generic library support script. \
	Libtool hides the complexity of using shared libraries \
	behind a consistent, portable interface.
homepage         http://www.gnu.org/software/libtool/
platforms        darwin

master_sites     http://pogma.com/libtool/
distname         libtool-${version}
checksums        md5 f7ee3a3690977cd3faf4496a9c997356 \
                 sha1 1154798c48a58543e7022e546d37858df193f546 \
                 rmd160 6b461896f862f0e3015ab0bbc356d15f527a3903

configure.args   --program-prefix=g --infodir=${prefix}/share/info
