Changeset 82582
- Timestamp:
- 08/16/11 00:28:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/tmux/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/tmux/Portfile
r75452 r82582 4 4 5 5 name tmux 6 version 1.4 7 revision 2 6 version 1.5 8 7 categories sysutils 9 maintainers toby8 maintainers yeled 10 9 description terminal multiplexer 11 10 long_description \ … … 18 17 license BSD 19 18 master_sites sourceforge 20 checksums md5 0bfc7dd9a5bab192406167589c716a21\21 sha1 c0cb9b01aee9b2b5c939bacccd5c78cf6fa6773e\22 rmd160 d8d09ccac7c1c79244f96beccbd6d52f1cc50d1b19 checksums md5 3d4b683572af34e83bc8b183a8285263 \ 20 sha1 e26132f02f344f8d6d06ae87d11f6a7aad880f67 \ 21 rmd160 08eec02bcbd91b3c37a36a05167f3758e7911973 23 22 24 23 depends_lib port:libevent port:ncurses 25 24 26 patchfiles GNUmakefile.diff \ 27 tmux.1.diff \ 28 tmux.h.diff 25 patchfiles tmux.1.diff \ 26 tmux.h.diff 29 27 30 post-configure { 31 reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/GNUmakefile" "${worksrcpath}/tmux.1" "${worksrcpath}/tmux.h" 32 reinplace "s|__CC__|${configure.cc}|" "${worksrcpath}/GNUmakefile" 33 reinplace "s|__CFLAGS__|${configure.cflags}|" "${worksrcpath}/GNUmakefile" 34 reinplace "s|__LDFLAGS__|${configure.ldflags}|" "${worksrcpath}/GNUmakefile" 35 } 28 configure.env "LIBS=-lresolv" 36 29 37 30 post-destroot {
Note: See TracChangeset
for help on using the changeset viewer.

