Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Submitted by:   bchesneau@mac.com (Benoit Chesneau)
Reviewed by:
Approved by:
Obtained from:

new port, devel/libtool

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3992 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Felix Kronlage committed Nov 19, 2003
1 parent 3f7de06 commit d8b3a2d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions devel/libtool/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# $Id: Portfile,v 1.1 2003/11/19 15:18:51 fkr Exp $

PortSystem 1.0
name libtool
version 1.5
categories devel sysutils
maintainers bchesneau@mac.com
description GNU Libtool - 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/libtool.html
platforms darwin freebsd
master_sites http://ftp.gnu.org/gnu/libtool/
checksums md5 0e1844f25e2ad74c3715b5776d017545

configure.args --program-transform-name=s/libtool/glibtool/ \
--infodir=${prefix}/share/info \
--mandir=${prefix}/share/man

platform darwin 6 { depends_lib-append lib:libdl.1:dlcompat }

0 comments on commit d8b3a2d

Please sign in to comment.