Makefile 626 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.4 2015/11/24 09:11:04 jasper Exp $
  2. COMMENT= free TrueType Persian fonts
  3. DISTNAME= freefarsi-ttf-1.0.0b
  4. REVISION= 1
  5. CATEGORIES= fonts x11
  6. HOMEPAGE= http://sourceforge.net/projects/fpf/
  7. # GPLv2
  8. PERMIT_PACKAGE_CDROM = Yes
  9. # The original distfile contains .sfd files, the Debian package contains
  10. # .ttf files. These are the files we install.
  11. MASTER_SITES= https://distfiles.nl/
  12. PKG_ARCH= *
  13. NO_BUILD= Yes
  14. NO_TEST= Yes
  15. FONTSDIR= ${PREFIX}/share/fonts/freefarsi
  16. do-install:
  17. ${INSTALL_DATA_DIR} ${FONTSDIR}
  18. ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
  19. .include <bsd.port.mk>