# $Id: Portfile 43320 2008-12-09 06:07:45Z jeremyhu@macports.org $ PortSystem 1.0 name xauth version 1.0.3 revision 0 categories x11 platforms darwin maintainers jeremyhu description X11 authority file utility long_description ${description} homepage http://www.x.org master_sites ${homepage}/pub/individual/app/ checksums md5 e91e10ace1df0d5f2cbc74ead256407a \ sha1 6a034b6e665eabd149bf4f8ee60c12a86b70ecde \ rmd160 be87304d87abacc1d5fb00473807085d64b12e45 use_bzip2 yes use_parallel_build yes depends_build \ port:pkgconfig depends_lib \ lib:libXext.6:xorg-libXext \ lib:libXmuu.1:xorg-libXmu platform macosx { if {${os.major} < 9 && ![file exists ${prefix}/lib/pkgconfig/xmuu.pc]} { configure.env-append \ XAUTH_CFLAGS="-I${x11prefix}/include" \ XAUTH_LIBS="-L${x11prefix}/lib -lXmuu -lXext -lX11 -lXau" } }