pkgsrc/fonts/courier-prime/Makefile
rillig 7e61fbb150 fonts: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:24:37 +00:00

34 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/11/02 22:24:38 rillig Exp $
#
DISTNAME= courier-prime
# version number comes from include readme.
PKGNAME= ${DISTNAME}-1.203
PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= http://quoteunquoteapps.com/downloads/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://quoteunquoteapps.com/courierprime/
COMMENT= Fixed-width font designed for screenplays
LICENSE= ofl-v1.1
DIST_SUBDIR= ${PKGNAME_NOREV}
USE_LANGUAGES= # none
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= ${FONTS_DIRS.ttf}
INSTALLATION_DIRS+= share/doc/courier-prime
post-extract:
cd ${WRKDIR} && mv "Courier Prime" ${DISTNAME}
do-configure:
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
${INSTALL_DATA} ${WRKSRC}/*txt ${DESTDIR}${PREFIX}/share/doc/courier-prime
.include "../../mk/bsd.pkg.mk"