mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
32 lines
771 B
Makefile
32 lines
771 B
Makefile
# New ports collection makefile for: HLaTeX-0.95 PS fonts
|
|
# Version required: 0.95
|
|
# Date created: 2 Apr 1997
|
|
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/09/22 16:21:58 max Exp $
|
|
#
|
|
|
|
DISTNAME= PS-HLaTeX-pfb
|
|
PKGNAME= ko-hlatexpsfonts-0.95
|
|
CATEGORIES= korean
|
|
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/
|
|
|
|
MAINTAINER= junker@jazz.snu.ac.kr
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@cd ${WRKDIR}; \
|
|
${MKDIR} ${PREFIX}/share/fonts/HLaTeX-0.95-pfb/; \
|
|
for dir in phmj pkgs pkmg pkyt phgt pkgr pkgt pkmj; \
|
|
do \
|
|
${CP} -r $$dir ${PREFIX}/share/fonts/HLaTeX-0.95-pfb/; \
|
|
done; \
|
|
${INSTALL_DATA} Fontmap.local ${PREFIX}/share/fonts/HLaTeX-0.95-pfb/
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|