pkgsrc/fonts/alee-ttf/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

28 lines
770 B
Makefile

# $NetBSD: Makefile,v 1.24 2020/01/26 17:31:11 rillig Exp $
#
DISTNAME= ttf-alee_12
PKGNAME= ${DISTNAME:S/ttf-alee_/alee-ttf-/}
PKGREVISION= 1
CATEGORIES= fonts korean
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/ttf-alee/}
MAINTAINER= fox9@netb.co.kr
HOMEPAGE= https://packages.debian.org/unstable/x11/ttf-alee
COMMENT= A. Lee's Hangul truetype fonts
LICENSE= artistic
NO_CONFIGURE= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
FONTS_DIRS.ttf= share/fonts/X11/TTF
FONTS_DIRS.x11= share/fonts/X11/TTF
INSTALLATION_DIRS= share/fonts/X11/TTF share/doc/alee-ttf
do-install:
${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/alee-ttf
.include "../../mk/bsd.pkg.mk"