Makefile 692 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.4 2015/06/17 09:06:36 bentley Exp $
  2. COMMENT= collection of ATM fonts from the CICA archives
  3. DISTNAME= freefonts-0.10
  4. REVISION= 2
  5. CATEGORIES= fonts x11
  6. MASTER_SITES= http://download.gimp.org/pub/gimp/fonts/
  7. HOMEPAGE= http://www.gimp.org/fonts.html
  8. # lots of different custom licenses, the worst one wins
  9. PERMIT_PACKAGE_CDROM= may not sell
  10. PERMIT_PACKAGE_FTP= no license
  11. PERMIT_DISTFILES_FTP= no license
  12. WRKDIST= ${WRKDIR}
  13. NO_BUILD= Yes
  14. NO_TEST= Yes
  15. PKG_ARCH= *
  16. FREEFONTDIR= ${PREFIX}/share/fonts
  17. do-install:
  18. ${INSTALL_DATA_DIR} ${FREEFONTDIR}
  19. cd ${WRKDIST} && tar -cf - -s '/^.*fonts.dir//' freefont | (cd ${FREEFONTDIR} && tar -xf -)
  20. .include <bsd.port.mk>