mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Make this a standalone port by scavenging bits from the former parent that
was just removed.
This commit is contained in:
parent
51be2bfeae
commit
622b2be287
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93391
@ -5,11 +5,47 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= HLaTeX-${FONT_TYPE}fonts-${FONT_ENCODING}
|
||||
PORTVERSION= 0.98
|
||||
CATEGORIES= korean print
|
||||
MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/hlatex/
|
||||
DISTFILES= ${HLATEX_FONTS_BASE}
|
||||
DIST_SUBDIR= hlatex
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= cjh@FreeBSD.org
|
||||
COMMENT= PS font collection of HLaTeX-wansung
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-wansung
|
||||
|
||||
FONT_TYPE= ps
|
||||
HLATEX_FONTS_BASE= pkmj.tar.bz2 pkgt.tar.bz2 \
|
||||
pshanja-myoungjo.tar.bz2 pshanja-gothic.tar.bz2 \
|
||||
phsym.tar.bz2 ptaza.tar.bz2
|
||||
|
||||
.include "${.CURDIR}/../hlatex-mffonts-wansung/Makefile"
|
||||
NO_WRKSUBDIR= YES
|
||||
NO_BUILD= YES
|
||||
USE_BZIP2= YES
|
||||
|
||||
TEXMF= ${PREFIX}/share/texmf
|
||||
FONT_ENCODING?= wansung
|
||||
FONT_TYPE?= mf
|
||||
|
||||
# default font. includes complete Myoungjo and Gothic fonts.
|
||||
HLATEX_FONTS_BASE?= common.tar.bz2 \
|
||||
wsmj.tar.bz2 wsgt.tar.bz2 \
|
||||
hanja-myoungjo.tar.bz2 hanja-gothic.tar.bz2 \
|
||||
hsym.tar.bz2 taza.tar.bz2
|
||||
|
||||
do-install:
|
||||
cd ${TEXMF}/fonts/; \
|
||||
for fonts in ${HLATEX_FONTS_BASE}; \
|
||||
do \
|
||||
${EXTRACT_CMD} \
|
||||
${EXTRACT_BEFORE_ARGS} \
|
||||
${_DISTDIR}/$$fonts ${EXTRACT_AFTER_ARGS}; \
|
||||
done
|
||||
# rehash ls-R
|
||||
${PREFIX}/bin/texhash
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user