Changeset 14604 for trunk/dports


Ignore:
Timestamp:
Oct 13, 2005, 8:17:02 PM (19 years ago)
Author:
mww
Message:

update to 0.9.3

Location:
trunk/dports/devel/ossp-al
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/ossp-al/Portfile

    r13091 r14604  
    1 # $Id: Portfile,v 1.2 2005/07/14 14:00:55 mww Exp $
     1# $Id: Portfile,v 1.3 2005/10/13 20:17:01 mww Exp $
    22
    33PortSystem 1.0
    44
    55name                    ossp-al
    6 version                 0.9.1
     6version                 0.9.3
    77categories              devel
    88platforms               darwin
     
    1414master_sites    ftp://ftp.ossp.org/pkg/lib/al/ freebsd
    1515distname                al-${version}
    16 checksums               md5 eba90e56fe7248466b66306a65868ae7
     16checksums               md5 ef943a29d1fb89ed4fd5556844cbc542
     17patchfiles              patch-Makefile.in
    1718
    1819configure.args  --mandir=${prefix}/share/man
    1920
    20 pre-destroot {
    21         # crude hack to get Makefile to install
    22         reinplace "s|^install:|install: dummy|g" ${worksrcpath}/Makefile
    23         system "touch ${worksrcpath}/dummy"
     21platform darwin 8 {
     22        configure.env   CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
    2423}
Note: See TracChangeset for help on using the changeset viewer.