Makefile 878 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.2 2017/06/12 10:57:57 ajacoutot Exp $
  2. COMMENT = fixed width fonts especially for long hacking sessions
  3. DISTNAME = ProFont-2.2
  4. CATEGORIES = fonts x11
  5. REVISION = 0
  6. HOMEPAGE = http://www.fontsquirrel.com/fonts/ProFontWindows
  7. MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
  8. # redistribute unmodified copies with included license
  9. PERMIT_PACKAGE_CDROM = Yes
  10. # Upstream keeps re-rolling the distfile without bumping the version
  11. MASTER_SITES = https://distfiles.nl/ \
  12. http://www.fontsquirrel.com/fonts/download/ProFontWindows/
  13. EXTRACT_SUFX = .zip
  14. NO_BUILD= Yes
  15. NO_TEST = Yes
  16. FONTDIR = ${PREFIX}/share/fonts/profont
  17. do-install:
  18. ${INSTALL_DATA_DIR} ${FONTDIR}
  19. ${INSTALL_DATA} ${WRKDIR}/*.ttf ${FONTDIR}
  20. ${INSTALL_DATA} ${WRKDIR}/ProFont\ Redistribution\ Terms.txt \
  21. ${FONTDIR}/ProFont_Redistribution_Terms.txt
  22. .include <bsd.port.mk>