Makefile 691 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.15 2015/04/06 21:04:30 ajacoutot Exp $
  2. COMMENT= 35 standard PostScript fonts with Adobe name aliases
  3. DISTNAME= ghostscript-fonts-std-8.11
  4. PKGNAME= ${DISTNAME:S,-std-,-,}
  5. REVISION= 3
  6. CATEGORIES= x11 print fonts
  7. HOMEPAGE= http://www.cs.wisc.edu/~ghost/doc/cvs/Fonts.htm
  8. # GPL
  9. PERMIT_PACKAGE_CDROM= Yes
  10. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
  11. WRKDIST= ${WRKDIR}
  12. NO_BUILD= Yes
  13. NO_TEST= Yes
  14. PKG_ARCH= *
  15. FONTDIR= ${PREFIX}/share/fonts/ghostscript
  16. do-install:
  17. ${INSTALL_DATA_DIR} ${FONTDIR}
  18. ${INSTALL_DATA} ${WRKDIST}/fonts/*.{afm,pfm,pfb} ${FONTDIR}
  19. ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${FONTDIR}/fonts.alias-gs
  20. .include <bsd.port.mk>