blob: 655c42b3189f04bf8920e7bfa72c4006386aa31e (
plain)
1
2
3
4
5
6
|
pkg:setup
bin.mkpath
man1.mkpath
args = %W[BINDIR=#{bin} LIBDIR=#{lib} MANDIR=#{man1} CC=#{ENV.cc} SSL_TREE=#{Formula["openssl"].opt_prefix} ]
inreplace "Makefile", "#SSL_", "SSL_"
make DESTDIR=${PKG_DEST} install *args
|