Makefile 652 B

123456789101112131415161718192021222324252627282930
  1. # $OpenBSD: Makefile,v 1.10 2017/05/11 20:50:55 espie Exp $
  2. COMMENT= ink-saving font based on Vera Sans
  3. TYPEFACE = ecofont
  4. # Make sure we're well below upstreams initial versioned release
  5. V= 0.001
  6. DISTNAME= spranq_eco_sans_regular-$V
  7. PKGNAME= spranq-ecofont-ttf-$V
  8. REVISION= 2
  9. CATEGORIES= fonts x11
  10. HOMEPAGE= http://www.ecofont.eu/ecofont_en.html
  11. # Vera Sans license
  12. # http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html
  13. PERMIT_PACKAGE_CDROM= Yes
  14. # Untill upstream starts to version the font
  15. MASTER_SITES= https://distfiles.nl/
  16. MODULES = font
  17. NO_BUILD= Yes
  18. NO_TEST= Yes
  19. WRKDIST= ${WRKDIR}
  20. .include <bsd.port.mk>