Makefile 876 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:11 ajacoutot Exp $
  2. PKG_ARCH= *
  3. COMMENT= TrueType fonts for Indic scripts
  4. VERSION= 2.5.3
  5. PKGNAME= lohit-fonts-${VERSION}
  6. CATEGORIES= fonts x11
  7. HOMEPAGE= https://fedorahosted.org/lohit/
  8. REVISION= 0
  9. MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
  10. # SIL OFL 1.1
  11. PERMIT_PACKAGE_CDROM= Yes
  12. MASTER_SITES= https://fedorahosted.org/releases/l/o/lohit/
  13. DIST_SUBDIR= lohit
  14. .for s in assamese bengali devanagari gujarati kannada malayalam \
  15. marathi nepali oriya punjabi tamil tamil-classical telugu
  16. DISTFILES+= lohit-$s-ttf-${VERSION}.tar.gz
  17. .endfor
  18. NO_BUILD= Yes
  19. NO_TEST= Yes
  20. do-install:
  21. ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/lohit
  22. ${INSTALL_DATA} ${WRKDIST}/*/*.ttf ${PREFIX}/share/fonts/lohit
  23. ${INSTALL_DATA} ${WRKDIST}/lohit-devanagari-ttf-${VERSION}/OFL.txt \
  24. ${PREFIX}/share/fonts/lohit
  25. .include <bsd.port.mk>