|
|
LICENSE="BSD" | LICENSE="BSD" |
SLOT="0" | SLOT="0" |
KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" | KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" |
IUSE="audacious bmpx hddtemp ipv6 mpd truetype vim-syntax X " |
IUSE="audacious bmpx hddtemp ipv6 mpd truetype rss vim-syntax wifi X " |
| |
DEPEND_COMMON=" | DEPEND_COMMON=" |
virtual/libc | virtual/libc |
|
|
$(use_enable bmpx) \ | $(use_enable bmpx) \ |
$(use_enable hddtemp ) \ | $(use_enable hddtemp ) \ |
$(use_enable mpd) \ | $(use_enable mpd) \ |
|
$(use_enable rss) \ |
|
$(use_enable wifi wlan) \ |
$(use_enable !ipv6 portmon) || die "econf failed" | $(use_enable !ipv6 portmon) || die "econf failed" |
emake ${mymake} || die "compile failed" | emake ${mymake} || die "compile failed" |
} | } |
|
|
pkg_postinst() { | pkg_postinst() { |
elog 'Default configuration file is "~/.conkyrc"' | elog 'Default configuration file is "~/.conkyrc"' |
elog "You can find a sample configuration file in" | elog "You can find a sample configuration file in" |
elog "/usr/share/doc/${PF}/conkyrc.sample.gz" |
elog "/usr/share/doc/${PF}/conkyrc.sample.bz2" |
elog | elog |
elog "For more info on Conky's new features," | elog "For more info on Conky's new features," |
elog "please look at the README and ChangeLog:" | elog "please look at the README and ChangeLog:" |
elog "/usr/share/doc/${PF}/README.gz" |
elog "/usr/share/doc/${PF}/README.bz2" |
elog "/usr/share/doc/${PF}/ChangeLog.gz" |
elog "/usr/share/doc/${PF}/ChangeLog.bz2" |
elog "There are also pretty html docs available" | elog "There are also pretty html docs available" |
elog "on Conky's site or in /usr/share/doc/${PF}" | elog "on Conky's site or in /usr/share/doc/${PF}" |
elog | elog |