pkgsrc/fonts/spleen/Makefile
fcambus dc43e63881 spleen: update to 1.6.0.
Spleen 1.6.0 (2019-12-02)

- Make it clear that .dfont files are provided in release tarballs
- Initial SFD version converted from the 8x16 BDF file
- Add a 'otf' target in the Makefile to generate an OTF version
- Mention the OTF version in the README, in notes for Windows users
2019-12-12 20:17:58 +00:00

28 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/12/12 20:17:58 fcambus Exp $
DISTNAME= spleen-1.6.0
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://github.com/fcambus/spleen/
COMMENT= Monospaced bitmap fonts
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
USE_TOOLS+= gzip
FONTDIR= ${PREFIX}/share/fonts/X11/spleen
FONTS_DIRS.x11+= ${FONTDIR}
INSTALLATION_DIRS= ${FONTDIR}
do-build:
${GZIP_CMD} ${WRKSRC}/*.pcf
do-install:
${INSTALL_DATA} ${WRKSRC}/fonts.alias-spleen \
${DESTDIR}${FONTDIR}/fonts.alias
${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${DESTDIR}${FONTDIR}
.include "../../mk/bsd.pkg.mk"