# $Id: Portfile,v 1.1 2005/01/06 05:12:20 toby Exp $

PortSystem 1.0
name             libtool-devel
version          1.9f
categories       devel
maintainers      toby@opendarwin.org
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     ftp://alpha.gnu.org/gnu/libtool/
distname         libtool-${version}
use_bzip2        yes
checksums        md5 33ae608992faaa0daebee3f2fd2fd7be

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