Changeset 79433
- Timestamp:
- 06/13/11 01:51:14 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/xmove/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/xmove/Portfile
r79431 r79433 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.04 PortSystem 1.0 4 5 5 name xmove 6 version 2.0beta2 7 categories x11 8 platforms darwin 9 maintainers nomaintainer 10 description An X11 pseudoserver for moving windows between displays 6 name xmove 7 version 2.0beta2 8 categories x11 9 platforms darwin 10 maintainers nomaintainer 11 11 12 long_description xmove lets you change which display an X Window System \ 13 program renders to - this could be a different monitor or \ 14 even a different machine. 12 description An X11 pseudoserver for moving windows between displays 13 14 long_description xmove lets you change which display an X Window System \ 15 program renders to - this could be a different monitor or \ 16 even a different machine. 15 17 16 18 homepage http://en.wikipedia.org/wiki/Xmove 17 19 master_sites freebsd 18 20 19 checksums md5d70107f7835b755bd4f57b47a8ac7b3821 checksums md5 d70107f7835b755bd4f57b47a8ac7b38 20 22 21 distname ${name}.${version} 22 patchfiles patch-XMOVELib.c patch-externs.h patch-main.c patch-move_window.c \ 23 patch-print11.c patch-put_image.c patch-server.c patch-xmovectrl.h 23 distname ${name}.${version} 24 24 25 worksrcdir xmove 25 patchfiles patch-XMOVELib.c \ 26 patch-externs.h \ 27 patch-main.c \ 28 patch-move_window.c \ 29 patch-print11.c \ 30 patch-put_image.c \ 31 patch-server.c \ 32 patch-xmovectrl.h 33 34 worksrcdir xmove 26 35 27 36 configure { 28 system "cd ${worksrcpath}/xmove && xmkmf"29 system "cd ${worksrcpath}/xmovectrl && xmkmf"37 system "cd ${worksrcpath}/xmove && xmkmf" 38 system "cd ${worksrcpath}/xmovectrl && xmkmf" 30 39 } 31 40 32 41 build { 33 system "cd ${worksrcpath}/xmove && make xmove"34 system "cd ${worksrcpath}/xmovectrl && make xmovectrl"42 system "cd ${worksrcpath}/xmove && make xmove" 43 system "cd ${worksrcpath}/xmovectrl && make xmovectrl" 35 44 } 36 45 37 46 destroot { 38 set mandir ${destroot}${prefix}/share/man/man139 xinstall -d -m 755 ${destroot}${prefix}/bin ${mandir}40 xinstall -m 755 -W ${worksrcpath} xmove/xmove xmovectrl/xmovectrl \41 ${destroot}${prefix}/bin42 xinstall -m 644 -W ${worksrcpath}/man/man1 xmove.1 xmovectrl.1 ${mandir}47 set mandir ${destroot}${prefix}/share/man/man1 48 xinstall -d -m 755 ${destroot}${prefix}/bin ${mandir} 49 xinstall -m 755 -W ${worksrcpath} xmove/xmove xmovectrl/xmovectrl \ 50 ${destroot}${prefix}/bin 51 xinstall -m 644 -W ${worksrcpath}/man/man1 xmove.1 xmovectrl.1 ${mandir} 43 52 }
Note: See TracChangeset
for help on using the changeset viewer.

