Ticket #531: Portfile

File Portfile, 1.2 KB (added by anselmg@…, 21 years ago)

patched Portfile

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