pkgsrc/fonts/ghostscript-fonts/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

36 lines
940 B
Makefile

# $NetBSD: Makefile,v 1.22 2017/01/19 18:52:09 agc Exp $
DISTNAME= ghostscript-fonts-8.11
PKGREVISION= 3
CATEGORIES= fonts
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
MASTER_SITES+= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/
DISTFILES= ${GS_FONTS_OTHER}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gs-fonts.sourceforge.net/
COMMENT= Postscript fonts for Aladdin Ghostscript
GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz
CONFLICTS= ghostscript-[0-5]* ghostscript-x11-[0-5]*
DIST_SUBDIR= ghostscript
NO_CONFIGURE= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/fonts
FONTS_DIR= ${PREFIX}/share/ghostscript/fonts
INSTALLATION_DIRS= share/ghostscript/fonts
REQD_DIRS+= share/ghostscript
do-install:
for ext in afm gsf pfa pfm; \
do \
for f in ${WRKSRC}/*.$${ext}; \
do \
${INSTALL_DATA} $${f} ${DESTDIR}${FONTS_DIR}; \
done; \
done
.include "../../mk/bsd.pkg.mk"