Existing fonts/adobe-source-code-pro and fonts/adobe-source-sans-pro ports have fetching broken and have too many similar. Also, there is a serif font released as well. This commit adds fresh versions of monospace, serif and sans fonts. okay sthen@
9 lines
202 B
Makefile
9 lines
202 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/09/12 13:01:57 zhuk Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += source-code-pro
|
|
SUBDIR += source-sans-pro
|
|
SUBDIR += source-serif-pro
|
|
|
|
.include <bsd.port.subdir.mk>
|