Ticket #402: Portfile

File Portfile, 1.3 KB (added by drm@…, 21 years ago)

new version of Portfile

Line 
1PortSystem 1.0
2name            jpeg
3version         6b
4categories      graphics
5maintainers     eric@opendarwin.org
6distname        jpegsrc.v6b
7worksrcdir      ${portname}-${portversion}
8description     Library for manipulating JPEG images
9long_description        This distribution contains the sixth public release of the Independent JPEG \
10                        Group's free JPEG software.  You are welcome to redistribute this software and \
11                        to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. \
12                        Serious users of this software (particularly those incorporating it into \
13                        larger programs) should contact IJG at jpeg-info@uunet.uu.net to be added to \
14                        our electronic mailing list.  Mailing list members are notified of updates \
15                        and have a chance to participate in technical discussions, etc. \
16                        More Informations: http://www.ijg.org/
17
18platforms       darwin freebsd
19master_sites    http://www.ijg.org/files/
20checksums       md5 dbd5f3b47ed13132f04c685d608a7547
21
22configure.args  --enable-shared --enable-static
23
24patchfiles      patch-config.sub patch-config.guess patch-ltmain.sh patch-ltconfig
25
26pre-install     { system "install -o root -m 755 -d ${destroot}${prefix}/bin"
27                  system "install -o root -m 755 -d ${destroot}${prefix}/man/man1"
28                  system "install -o root -m 755 -d ${destroot}${prefix}/include"
29                  system "install -o root -m 755 -d ${destroot}${prefix}/lib" }
30
31install.destroot                 prefix=${destroot}${prefix}