about summary refs log tree commit diff
path: root/macOS/Makefile
blob: 488c0288d84176b7b6a0016c7273ef568cd28e3c (plain) (blame)
1
2
3
4
5
6
7
8
SYSTEM = macOS
VERSION = 15.5
MIRROR = https://github.com/joseluisq/macosx-sdks/releases/download/${VERSION}
DISTFILES = MacOSX${VERSION}.sdk.tar.xz
FILES = MacOSX${VERSION}.sdk/usr/share/man/man[1-9]/
STRIP = 4

.include "../system.mk"