Changeset 22583
- Timestamp:
- 03/05/07 08:10:43 (18 months ago)
- Files:
-
- 1 modified
-
trunk/dports/archivers/star/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/star/Portfile
r22478 r22583 4 4 5 5 name star 6 version 1.5a77-pre 6 version 1.5a77-pre3 7 7 categories archivers 8 8 platforms darwin 9 maintainers nomaintainer@macports.org9 maintainers mww@macports.org 10 10 description fastest and most POSIX 1003.1 conformant tar implementation 11 11 long_description ${description} 12 12 13 homepage http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/star.html 14 master_sites ftp://ftp.berlios.de/pub/star/alpha 15 checksums md5 bf0dc59e487f1cab8be80fd18bcfe076 13 homepage http://cdrecord.berlios.de/old/private/star.html 14 master_sites ftp://ftp.berlios.de/pub/star/alpha/ 15 checksums sha1 9e505b8babea758e388daa980274a585accf2a18 16 patchfiles patch-RULES__rules.prg 16 17 use_bzip2 yes 17 18 18 patchfiles patch-RULES__rules.prg 19 depends_build port:smake 20 19 21 worksrcdir star-1.5 20 configure {}21 22 22 build.type gnu 23 use_configure no 23 24 24 pre-destroot { 25 file delete ${worksrcpath}/INSTALL 26 } 25 build.cmd ${prefix}/bin/smake 26 27 27 destroot.destdir INS_BASE=${destroot}${prefix} \ 28 28 MANDIR=share/man 29 29 post-destroot { 30 file delete -force ${destroot}${prefix}/share/man/man5 \ 31 ${destroot}${prefix}/lib ${destroot}${prefix}/include 30 cd ${destroot}${prefix}/bin 31 file delete -force gnutar mt tar 32 file rename tartest startest 33 cd ${destroot}${prefix}/share/man 34 file delete -force man1/gnutar.1 man1/match.1 man1/rmt.1 man3 35 file delete -force ${destroot}${prefix}/lib ${destroot}${prefix}/include 32 36 } 37 38 livecheck.check freshmeat 39

