GARNAME = gs-fonts-std GARVERSION = 8.11 CATEGORIES = fonts MASTER_SITES = ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ UPSTREAMNAME = ghostscript-fonts-std DISTFILES = $(DISTNAME).tar.gz WORKSRC = $(WORKDIR)/fonts DESCRIPTION = Ghostscript standard fonts, based on the URW fonts HOME_URL = http://www.ghostscript.com/awki/Releases INSTALL_SCRIPTS = none include ../../gar.mk # This doesn't use the standard font install rules because Ghostscript expects # to find the standard fonts in a particular place. install-none: @mkdir -p $(packageprefix)/share/fonts/ghostscript @install -m644 $(WORKSRC)/*.afm $(WORKSRC)/*.pfb $(WORKSRC)/fonts.* $(packageprefix)/share/fonts/ghostscript/ @$(INSTALL_DOCS) $(WORKSRC)/README* $(MAKECOOKIE)