Changeset 79495
- Timestamp:
- 06/15/11 17:46:20 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/shells/fish/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/shells/fish/Portfile
r79494 r79495 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 6 name fish … … 14 15 homepage http://fishshell.com/ 15 16 master_sites ${homepage}files/${version}/ 17 use_bzip2 yes 16 18 17 19 checksums md5 ead6b7c6cdb21f35a3d4aa1d5fa596f1 \ 18 20 sha1 3a6a5d0cfff348e5f9b1e7cd771865fd1dcd802e \ 19 21 rmd160 820b7a57f31b98a6faf1520b356a06422891e787 20 use_bzip2 yes21 22 22 23 livecheck.type regex 23 24 livecheck.regex fish-(.*?).tar.bz2 24 25 25 depends_build bin:doxygen:doxygen26 depends_lib lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext26 depends_build bin:doxygen:doxygen 27 depends_lib lib:libiconv:libiconv lib:libncurses:ncurses lib:libintl:gettext 27 28 28 configure.ccache no29 configure.ccache no 29 30 30 configure.args --mandir=${prefix}/share/man --without-xsel 31 configure.args --mandir=${prefix}/share/man \ 32 --without-xsel 31 33 32 34 platform darwin {
Note: See TracChangeset
for help on using the changeset viewer.

