pkgsrc/fonts/terminus-font/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

48 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.24 2020/01/18 23:31:06 rillig Exp $
DISTNAME= terminus-font-4.48
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=terminus-font/}
MAINTAINER= j+pkgsrc@salmi.ch
HOMEPAGE= https://terminus-font.sourceforge.net/
COMMENT= Clean, fixed-width font
LICENSE= ofl-v1.1
USE_TOOLS+= bdftopcf gmake gzip perl
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --x11dir=${PREFIX}/share/fonts/X11/misc
BUILD_TARGET= pcf
INSTALL_TARGET= install-pcf
FONTS_DIRS.x11= ${PREFIX}/share/fonts/X11/misc
REQD_DIRS+= ${PREFIX}/share/fonts/X11/misc
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
MAKE_FLAGS+= INT=${PYTHONBIN}
EGDIR= ${PREFIX}/share/examples/terminus-font
DOCDIR= ${PREFIX}/share/doc/terminus-font
DOCFILES= AUTHORS CHANGES OFL.TXT README README-BG
FCCONFDIR= ${PKG_SYSCONFDIR}/fontconfig/conf.d
MAKE_DIRS+= ${FCCONFDIR}
CONF_FILES= ${EGDIR}/75-yes-terminus.conf \
${FCCONFDIR}/75-yes-terminus.conf
AUTO_MKDIRS= yes
post-install:
set -e; cd ${WRKSRC}; \
${INSTALL_DATA} ${DOCFILES} ${DESTDIR}${DOCDIR}; \
${INSTALL_DATA} 75-yes-terminus.conf ${DESTDIR}${EGDIR}
.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"