b686dd9180
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.
24 lines
649 B
Makefile
24 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/01/18 23:31:03 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= font-bitstream-type1-1.0.3
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Bitstream Charter and Courier Type 1 outline fonts
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q}
|
|
|
|
FONTS_DIRS.type1+= share/fonts/X11/Type1
|
|
FONTS_DIRS.x11+= share/fonts/X11/Type1
|
|
|
|
INSTALLATION_DIRS= share/doc/font-bitstream-type1
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bitstream-type1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|