blob: eb1b6d02d7d969adb2ef6188e28f8707d7ad0d08 (
plain)
1
2
3
4
5
6
7
|
pkg:setup
inreplace "Makefile", "-o root -g wheel", ""
inreplace "Makefile", "${DESTDIR}/man", "${DESTDIR}/share/man"
bin.mkpath
man1.mkpath
make CC=${PKG_TARG}-clang LDFLAGS=-framework Foundation -prebind
make DESTDIR=${PKG_DEST} install DESTDIR=${PKG_TAPF}
|