Changeset 81257
- Timestamp:
- 07/28/11 01:48:30 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/linkchecker/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/linkchecker/Portfile
r57375 r81257 2 2 3 3 PortSystem 1.0 4 PortGroup python2 51.04 PortGroup python27 1.0 5 5 6 6 name linkchecker 7 version 5.0.1 7 version 7.0 8 set branch [join [lrange [split ${version} .] 0 1] .] 8 9 categories www python 9 10 maintainers mww 10 11 platforms darwin freebsd 12 license GPL-2+ 13 11 14 description linkchecker for html pages 12 15 long_description linkchecker for html pages with recursive checking, \ … … 21 24 22 25 homepage http://linkchecker.sourceforge.net/ 23 master_sites sourceforge 24 checksums sha1 392d7e21ea1319b4a81616dad06cf4d0d1ad77a6 26 master_sites sourceforge:project/linkchecker/${branch}/ 27 dist_subdir ${name} 25 28 distname LinkChecker-${version} 29 use_bzip2 yes 30 31 checksums sha1 4facd4b3834e224211654c2e782126c058b03e09 \ 32 rmd160 c80a9378ef5a5eaa34f4e3ff6883c2b29109bbd3 33 34 depends_lib-append port:py27-pyqt4 35 36 pre-build { 37 system "cd ${worksrcpath} && make -C doc/html" 38 } 39 40 post-destroot { 41 set app LinkChecker 42 xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS 43 ln -s ${prefix}/bin/linkchecker-gui ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app} 44 } 45 46 python.link_binaries_suffix 26 47 27 48 livecheck.type freshmeat 28 livecheck.version 5.0
Note: See TracChangeset
for help on using the changeset viewer.

