Changeset 114175 for trunk/dports/editors
- Timestamp:
- Dec 1, 2013, 3:01:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/editors/ee/Portfile
r74714 r114175 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.0 4 name ee 5 version 1.4.6 6 categories editors 7 maintainers nomaintainer 8 description easy to use text editor 9 long_description \ 10 An easy to use text editor. Intended to be usable with \ 11 little or no instruction. Provides a terminal (curses \ 12 based) interface. Features pop-up menus. A subset of aee. 13 homepage http://www.users.qwest.net/~hmahon/ 14 platforms darwin 4 PortSystem 1.0 15 5 16 master_sites ${homepage}sources/ 17 distname ${name}-${version}.src 18 extract.suffix .tgz 19 checksums md5 447c48341fc355dacc7e5d338dd1677a \ 20 sha1 6be7d03eade441a6c409b9d441ba2c144e26b157 \ 21 rmd160 2ed8ad3123c5443b29f5db142ad367d67028da27 6 name ee 7 version 1.4.6 8 categories editors 9 platforms darwin 10 maintainers nomaintainer 22 11 23 worksrcdir easyedit-${version} 12 description easy to use text editor 24 13 25 use_configure no 26 use_parallel_build no 14 long_description An easy to use text editor. Intended to be usable with \ 15 little or no instruction. Provides a terminal (curses \ 16 based) interface. Features pop-up menus. A subset of aee. 17 18 homepage http://www.users.qwest.net/~hmahon/ 19 20 master_sites ${homepage}sources/ 21 distname ${name}-${version}.src 22 extract.suffix .tgz 23 24 checksums md5 447c48341fc355dacc7e5d338dd1677a \ 25 sha1 6be7d03eade441a6c409b9d441ba2c144e26b157 \ 26 rmd160 2ed8ad3123c5443b29f5db142ad367d67028da27 27 28 worksrcdir easyedit-${version} 29 30 use_configure no 31 32 use_parallel_build no 27 33 28 34 destroot { 29 30 35 xinstall -m 555 ${worksrcpath}/ee ${destroot}${prefix}/bin 36 xinstall -m 444 ${worksrcpath}/ee.1 ${destroot}${prefix}/share/man/man1 31 37 }
Note: See TracChangeset
for help on using the changeset viewer.