Makefile 677 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.9 2015/09/25 12:50:08 sthen Exp $
  2. PKG_ARCH = *
  3. COMMENT = font to view stroke order diagrams for Kanji, Kana and etc
  4. DISTNAME = KanjiStrokeOrders_v3.001
  5. REVISION = 0
  6. PKGNAME = ja-${DISTNAME:L:S/_v/-ttf-/}
  7. CATEGORIES = fonts japanese x11
  8. HOMEPAGE = https://sites.google.com/site/nihilistorguk/
  9. # BSD
  10. PERMIT_PACKAGE_CDROM = Yes
  11. MASTER_SITES = https://dl.dropboxusercontent.com/u/39004158/
  12. EXTRACT_SUFX = .zip
  13. NO_BUILD = Yes
  14. NO_TEST = Yes
  15. WRKDIST = ${WRKDIR}
  16. INST_DIR = ${PREFIX}/share/fonts/KanjiStrokeOrders
  17. do-install:
  18. ${INSTALL_DATA_DIR} ${INST_DIR}
  19. ${INSTALL_DATA} ${WRKSRC}/{*.ttf,*.txt} ${INST_DIR}
  20. .include <bsd.port.mk>