7a325e6491
Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
24 lines
350 B
Makefile
24 lines
350 B
Makefile
# Created by: Hye-Shik Chang <perky@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
|
|
FILEID= 2608
|
|
|
|
FONTCAT= extra
|
|
FONTLIST= UnBom \
|
|
UnJamoBatang \
|
|
UnJamoDotum \
|
|
UnJamoNovel \
|
|
UnJamoSora \
|
|
UnPen \
|
|
UnPenheulim \
|
|
UnPilgia \
|
|
UnShinmun \
|
|
UnTaza \
|
|
UnVada \
|
|
UnYetgul
|
|
|
|
MASTERDIR= ${.CURDIR}/../unfonts-core
|
|
|
|
.include "${MASTERDIR}/Makefile"
|