summaryrefslogtreecommitdiff
path: root/homebrew/bitchx/.make.sh-auto
blob: 0184b54aa9b5bf58ccd7cc89ec23bef58592cba9 (plain)
1
2
3
4
5
pkg:setup
plugins = %w[acro aim arcfour amp autocycle blowfish cavlink encryptfserv hint identd nap pkga possum qbx qmail] args = %W[ --prefix=#{prefix} --with-ssl --with-plugins=#{plugins * ","} --enable-ipv6 --mandir=#{man} ]
pkg:configure *args
make
make DESTDIR=${PKG_DEST} install