dd23b31a51
This font was originally released as Deutschmeister in 1927 at the type foundry Ludwig Wagner. FDI Altmeister is a carefully crafted revival released for free under the Open Font License. This was made possible by the generous support of people around the world, who pledged for this project on Kickstarter. FDI Altmeister has around 400 glyphs covering Western, Eastern and Central European Latin. Many characters have alternative glyphs, so both traditional German blackletter typesetting and international use with improved legibility are possible.
32 lines
919 B
Makefile
32 lines
919 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/11/10 11:17:28 wiz Exp $
|
|
|
|
DISTNAME= altmeister
|
|
PKGNAME= altmeister-otf-0.0.2021.11.07
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= # https://typography.guru/forums/topic/136924-fdi-altmeister-free-font-download/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://fdi-type.de/fonts/fdi-altmeister/
|
|
COMMENT= FDI Altmeister, a modern fraktur font
|
|
LICENSE= ofl-v1.1
|
|
|
|
DIST_SUBDIR= ${PKGNAME_NOREV}
|
|
|
|
INTERACTIVE_STAGE= fetch
|
|
FETCH_MESSAGE= "Please visit the homepage ${HOMEPAGE}"
|
|
FETCH_MESSAGE+= "and download the file ${DISTNAME}${EXTRACT_SUFX} from the typeguru download link"
|
|
FETCH_MESSAGE+= "and save it in the ${_DISTDIR} directory"
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
FONTS_DIRS.ttf= share/fonts/X11/OTF
|
|
|
|
INSTALLATION_DIRS= ${FONTS_DIRS.ttf}
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKDIR}/*.otf ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|