Ticket #517: Portfile

File Portfile, 711 bytes (added by bchesneau@…, 21 years ago)

portfile

Line 
1PortSystem 1.0
2name            libtool
3version         1.5
4revision        1
5categories      sysutils
6maintainers     bchesneau@mac.com
7description     GNU Libtool - The GNU Portable Library Tool
8long_description  GNU libtool is a generic library support script.  Libtool hides the   complexity of using shared libraries behind a consistent, portable   interface.     
9
10
11platforms       darwin freebsd
12master_sites    http://ftp.gnu.org/gnu/libtool/
13checksums libtool-1.5.tar.gz md5 0e1844f25e2ad74c3715b5776d017545
14
15configure.args  --program-transform-name=s/libtool/glibtool/ --infodir=${prefix}/share/info --mandir=${prefix}/share/man
16
17variant darwin {
18        depends_lib-append      lib:libdl.1:dlcompat
19}
20