Webfonts are only useful to serve over the web. On OpenBSD, where /var/www is on a different partition from /usr/local and not visible from chroot, there's no way for pkg_add to keep these files up to date once they've been copied to a webserver. Maybe we'll install webfonts to /var/www in the future. Whether we do or not, installing them to /usr/local as we do now won't help. ok sthen@ pamela@ rsadowski@
32 lines
620 B
Makefile
32 lines
620 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/05/25 03:40:07 bentley Exp $
|
|
|
|
COMMENT = Ethiopic Unicode script
|
|
|
|
TYPEFACE = abyssinica
|
|
V = 2.000
|
|
DISTNAME = AbyssinicaSIL-$V
|
|
CATEGORIES = fonts
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://software.sil.org/abyssinica/
|
|
|
|
MAINTAINER = George Rosamond <george@nycbug.org>
|
|
|
|
# SIL OFL 1.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = font
|
|
|
|
MASTER_SITES = https://software.sil.org/downloads/r/abyssinica/
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
DOCDIR = ${PREFIX}/share/doc/abyssinica
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKDIST}/{README.txt,OFL.txt} ${DOCDIR}
|
|
|
|
.include <bsd.port.mk>
|