9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
28 lines
726 B
Makefile
28 lines
726 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:11 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= font-bh-ttf-1.0.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= Standard Bigelow & Holmes TrueType fonts
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
FONTS_DIRS.ttf= share/fonts/X11/TTF
|
|
FONTS_DIRS.x11= share/fonts/X11/TTF
|
|
|
|
INSTALLATION_DIRS= share/doc/font-bh-ttf
|
|
|
|
PKG_SYSCONFSUBDIR= fontconfig
|
|
CONF_FILES= ${PREFIX}/share/fontconfig/conf.avail/42-luxi-mono.conf \
|
|
${PKG_SYSCONFDIR}/conf.d/42-luxi-mono.conf
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bh-ttf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|