Ticket #20198: Portfile-eggdrop-1.6.19-ctcpfix.diff
File Portfile-eggdrop-1.6.19-ctcpfix.diff, 1.1 KB (added by dreness (Andre LaBranche), 15 years ago) |
---|
-
Portfile
old new 1 # $Id : Portfile 28563 2007-09-03 20:05:18Z mww@macports.org$1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 name eggdrop 5 version 1.6.1 85 version 1.6.19 6 6 categories irc 7 7 maintainers dre@mac.com 8 description Eggdrop is the World's most popular Internet Relay Chat (IRC) bot.9 long_description ${description} 8 description Eggdrop is the world's most popular Internet Relay Chat (IRC) bot. 9 long_description ${description} This version includes the 'ctcpfix' patch. 10 10 homepage http://www.eggheads.org 11 11 platforms darwin 12 12 master_sites ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ 13 checksums md5 0cfc13dcc84cd4e9d4a23d23d9429ee7 14 distname ${name}${version} 13 checksums md5 775d77294784a2e6b0e3d4ea89eb08e2 14 distname ${name}${version}+ctcpfix 15 worksrcdir ${name}${version} 15 16 use_bzip2 yes 16 17 post-configure { system "cd ${worksrcpath} && make config" } 17 18 destroot.destdir DEST=${destroot}${prefix}/share/eggdrop … … 24 25 platform darwin 8 { 25 26 configure.cflags-append "-DBIND_8_COMPAT" 26 27 } 28 29 platform darwin 10 { 30 patchfiles patch-Makefile.in.diff 31 }