mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f053d39def
reorganize the package names: (new) -> font-ayu18 (new) -> font-ayu20 k10 -> font-naga10 (also builds "marunaga" variant now) k12 -> font-kaname12 (new) -> font-elisa10 (resurrected) elisa8x8 -> font-elisa8 kanji18 -> font-kanji18 (also builds 16-dot variant now) kanji26 -> font-kanji26 (also builds 24-dot variant now) kappa20 -> font-kappa20 (Ayu fonts is separated into font-ayu20) mikachan-ttfonts -> font-mikachan monafonts-ttf -> font-mona-ttf monafonts -> font-mona All of bitmap fonts are now installed into misc/, and the TrueType fonts go into TTF/. No objection from: maintainers
18 lines
447 B
Makefile
18 lines
447 B
Makefile
# Created by: Yoshiro MIHIRA <sanpei@sanpei.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 26
|
|
DISTFILES?= 793.gz 794.gz 795.gz 796.gz 797.gz 798.gz 799.gz \
|
|
800.gz 802.gz 816.gz 817.gz 818.gz 819.gz 820.gz 821.gz
|
|
|
|
MASTERDIR= ${.CURDIR}/../font-kanji18
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
README_FILE?= 793.gz
|
|
RESIZESED_FILE?=26to24.sed
|
|
SRCS= kanji26.bdf kanji24.bdf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|