ajacoutot 5f6f503865 Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match
XDG_DATA_DIR (where Desktop tools will look for by default).

discussed with sthen@ and matthieu@
ok sthen@
2015-03-31 09:45:09 +00:00

35 lines
876 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:11 ajacoutot Exp $
PKG_ARCH= *
COMMENT= TrueType fonts for Indic scripts
VERSION= 2.5.3
PKGNAME= lohit-fonts-${VERSION}
CATEGORIES= fonts x11
HOMEPAGE= https://fedorahosted.org/lohit/
REVISION= 0
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# SIL OFL 1.1
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://fedorahosted.org/releases/l/o/lohit/
DIST_SUBDIR= lohit
.for s in assamese bengali devanagari gujarati kannada malayalam \
marathi nepali oriya punjabi tamil tamil-classical telugu
DISTFILES+= lohit-$s-ttf-${VERSION}.tar.gz
.endfor
NO_BUILD= Yes
NO_TEST= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/lohit
${INSTALL_DATA} ${WRKDIST}/*/*.ttf ${PREFIX}/share/fonts/lohit
${INSTALL_DATA} ${WRKDIST}/lohit-devanagari-ttf-${VERSION}/OFL.txt \
${PREFIX}/share/fonts/lohit
.include <bsd.port.mk>