1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/korean/hlatex-psfonts-wansung/Makefile
Satoshi Asami d9f7c4b28d Convert to PORTNAME/PORTVERSION. Problems found: afterstep, bitchx,
hanemacs and hmconv had invalid version strings (fixed).

I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I
didn't touch BROWSER_VER (in netscape ports) since it was used in too
many places.
2000-04-13 09:17:26 +00:00

50 lines
1.5 KiB
Makefile

# New ports collection makefile for: HLaTeX PS fonts-wansungstd
# Date created: Sun Aug 9 18:05:29 KST 1998
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= HLaTeXpsfonts-${HLATEX_ENCODING}std
PORTVERSION= 0.98
CATEGORIES= korean print
MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/hangul/HLaTeX/packed/unsupported/
DISTNAME= HLaTeXpsfonts-wansung-0.98
DISTFILES= ${HLATEX_PSFONTS_BASE}
MAINTAINER= cjh@kr.freebsd.org
# it depends ko-HLaTeX.
RUN_DEPENDS= ${PREFIX}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-${HLATEX_ENCODING}std
BUILD_DEPENDS= ${PREFIX}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-${HLATEX_ENCODING}std
# just install directly
EXTRACT_ONLY=
NO_BUILD= yes
USE_BZIP2= yes
DIST_SUBDIR= hlatex98 # too many distfiles
TEXMF= ${PREFIX}/share/texmf
# default encoding
HLATEX_ENCODING= wansung
# default font. includes complete Myoungjo and Gothic fonts.
HLATEX_PSFONTS_BASE = pkmj.tar.bz2 pkgt.tar.bz2 \
pshanja-myoungjo.tar.bz2 pshanja-gothic.tar.bz2 \
phsym.tar.bz2 ptaza.tar.bz2
# it is a trick
pre-extract:
${MKDIR} ${WRKDIR}
# Installation according to readme.ks
do-install:
cd ${TEXMF}/fonts/; \
for fonts in ${HLATEX_PSFONTS_BASE}; \
do \
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
${_DISTDIR}/$$fonts ${EXTRACT_AFTER_ARGS}; \
done; \
${PREFIX}/bin/texhash
.include <bsd.port.mk>