Makefile 551 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.1.1.1 2016/01/30 01:12:30 bentley Exp $
  2. PKG_ARCH = *
  3. COMMENT = font family inspired by Highway Gothic
  4. V = 2.1
  5. DISTNAME = overpass-$V
  6. CATEGORIES = fonts
  7. HOMEPAGE = http://overpassfont.org/
  8. # SIL OFL 1.1
  9. PERMIT_PACKAGE_CDROM = Yes
  10. MASTER_SITES = https://github.com/RedHatBrand/overpass/releases/download/$V/
  11. NO_BUILD = Yes
  12. NO_TEST = Yes
  13. do-install:
  14. ${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/overpass
  15. ${INSTALL_DATA} ${WRKSRC}/"Desktop Fonts"/*.ttf \
  16. ${PREFIX}/share/fonts/overpass
  17. .include <bsd.port.mk>