1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | name ion |
---|
4 | version 20020207 |
---|
5 | categories x11 |
---|
6 | maintainers anselmg@t-online.de |
---|
7 | description a tiling tabbed window manager designed with keyboard users in mind |
---|
8 | platforms darwin |
---|
9 | homepage http://modeemi.cs.tut.fi/~tuomov/ion |
---|
10 | master_sites http://modeemi.cs.tut.fi/~tuomov/dl/ |
---|
11 | distname ion-${version} |
---|
12 | extract.sufx .tar.gz |
---|
13 | checksums md5 2e909abb45efefb08b1ceb886bf34cfe |
---|
14 | depends_build lib:libX11.6:XFree86 lib:libdl.1:dlcompat |
---|
15 | build.type gnu |
---|
16 | patchfiles patch-complete_file.c patch-system.mk |
---|
17 | post-patch { reinplace s|/usr/local|${prefix}/| ${worksrcpath}/system.mk |
---|
18 | reinplace s|\$(BINDIR)|${destroot}\$(BINDIR)| ${worksrcpath}/Makefile |
---|
19 | reinplace s|\$(MANDIR)|${destroot}\$(MANDIR)| ${worksrcpath}/Makefile |
---|
20 | reinplace s|\$(DOCDIR)|${destroot}\$(DOCDIR)| ${worksrcpath}/Makefile |
---|
21 | reinplace s|\$(ETCDIR)|${destroot}\$(ETCDIR)| ${worksrcpath}/Makefile } |
---|
22 | configure.cmd ${build.cmd} depend |
---|
23 | configure.pre_args |
---|
24 | configure.args |
---|
25 | install.destroot prefix=${destroot}${prefix} |
---|