Skip to content

Commit

Permalink
korean/baekmukfonts-ttf: Reduce diff with korean/baekmukfonts-bdf
Browse files Browse the repository at this point in the history
Add secondary category, shorten WWW, clarify license, and set NO_ARCH.
  • Loading branch information
juikim committed Sep 13, 2022
1 parent 52ae210 commit 71f72f2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions korean/baekmukfonts-ttf/Makefile
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
PORTNAME= baekmukfonts
PORTVERSION= 2.2
PORTREVISION= 3
CATEGORIES= korean
PORTREVISION= 4
CATEGORIES= korean x11-fonts
MASTER_SITES= https://kldp.net/baekmuk/release/ \
LOCAL/jkim
PKGNAMESUFFIX= -ttf
DISTNAME= 865-${FONTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT= Baekmuk family Korean TrueType Fonts
WWW= https://kldp.net/projects/baekmuk/
WWW= https://kldp.net/baekmuk/

LICENSE= MIT
LICENSE= Baekmuk
LICENSE_NAME= Baekmuk
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

USES= fonts

FONTNAME= baekmuk
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/^865-//}

do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} COPYRIGHT COPYRIGHT.ks README \
contrib/hconfig.ps ttf/*.ttf \
${STAGEDIR}${FONTSDIR})
contrib/hconfig.ps ttf/*.ttf ${STAGEDIR}${FONTSDIR})

.include <bsd.port.mk>

0 comments on commit 71f72f2

Please sign in to comment.