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
673 B
Makefile
24 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/01/18 23:31:00 rillig Exp $
|
|
|
|
DISTNAME= baekmuk-ttf-2.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= fonts korean
|
|
MASTER_SITES= http://kldp.net/download.php/1429/
|
|
|
|
MAINTAINER= yui@yui.pe.kr
|
|
HOMEPAGE= https://kldp.net/projects/baekmuk/
|
|
COMMENT= Baekmuk family Korean TrueType fonts
|
|
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
|
|
DOCDIR= ${PREFIX}/share/doc/baekmuk-ttf
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${FONTS_DIRS.ttf}
|
|
${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT* ${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|