1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name archway |
---|
4 | version 0.2.0 |
---|
5 | categories devel |
---|
6 | maintainers josh_root@users.sourceforge.net |
---|
7 | description an advanced GUI for GNU Arch |
---|
8 | long_description \ |
---|
9 | ArchWay is a GNU Arch GUI. It follows the unix tradition of \ |
---|
10 | small tools doing their work well and cooperating nicely with \ |
---|
11 | each other. |
---|
12 | homepage http://www.nongnu.org/archway/ |
---|
13 | |
---|
14 | master_sites http://savannah.nongnu.org/download/archway/ |
---|
15 | checksums md5 75cb14e83c03a780222bbf28d4c8485d |
---|
16 | |
---|
17 | configure {} |
---|
18 | build {} |
---|
19 | destroot.destdir PERL=${prefix}/bin/perl DESTDIR=${destroot} prefix=${prefix} |
---|
20 | |
---|
21 | depends_lib bin:tla:arch |
---|
22 | depends_lib port:p5-gtk2 |
---|