Ticket #8218: Portfile.diff
File Portfile.diff, 1.3 KB (added by ascarter@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name synergy 6 version 1. 2.56 version 1.3.1 7 7 categories sysutils 8 8 platforms darwin 9 maintainers a noop@ranganath.com9 maintainers ascarter@gmail.com 10 10 description a client/server for sharing a single mouse and keyboard 11 11 long_description Synergy lets you easily share a single mouse and keyboard \ 12 12 between multiple computers with different operating systems \ … … 16 16 master_sites sourceforge 17 17 master_sites.mirror_subdir synergy2 18 18 19 checksums md5 cf1b981acd317c003357f4ecba42448b19 checksums md5 a6e09d6b71cb217f23069980060abf27 20 20 21 21 configure.args --sysconfdir=${prefix}/etc/${name} 22 22 patchfiles patch-CArchFileUnix.cpp.diff patch-configure.diff … … 26 26 reinplace "s|__SYSCONFDIR|${prefix}/etc/${name}|g" CArchFileUnix.cpp 27 27 } 28 28 29 startupitem.create yes 30 startupitem.name Synergy 31 startupitem.start "${prefix}/bin/synergys --daemon &" 32 startupitem.stop "/usr/bin/killall synergys" 29 variant server { 30 startupitem.create yes 31 startupitem.name Synergy 32 startupitem.start "${prefix}/bin/synergys --daemon &" 33 startupitem.stop "/usr/bin/killall synergys" 34 } 33 35 34 36 post-destroot { 35 37 xinstall -m 755 -d ${destroot}${prefix}/etc/${name}